From 3741d4ff2f70f3b557fe11d27a7cfd175a543ad3 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Mon, 14 Apr 2003 16:46:49 +0000 Subject: [PATCH] Proclaim support for autoconf 2.54 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@6803 a592a061-630c-0410-9148-cb99ea01b6c8 --- ChangeLog | 5 +++++ autogen.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4feab2a361..6f9e59f251 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-04-14 Angus Leeming + + * autogen.sh (autoversion): Print message proclaims support for + autoconf 2.54. + 2003-04-10 Angus Leeming * autogen.sh: We support autoconf 2.57, so tell the user. diff --git a/autogen.sh b/autogen.sh index c10a3d9340..81ab7fced6 100755 --- a/autogen.sh +++ b/autogen.sh @@ -29,7 +29,7 @@ case $autoversion in ;; *) echo "This autoconf version is not supported by LyX." - echo "LyX only supports autoconf 2.13 and 2.5[2367]." + echo "LyX only supports autoconf 2.13 and 2.5[23467]." exit ;; esac