From 04e2698e41d9561dd40f946cbf5ef39b05ea7f1a Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Thu, 10 Apr 2003 10:07:58 +0000 Subject: [PATCH] support for autoconf 2.57 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6762 a592a061-630c-0410-9148-cb99ea01b6c8 --- ChangeLog | 4 ++++ autogen.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 808eacc7af..538419c8c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-04-10 Angus Leeming + + * autogen.sh: We support autoconf 2.57, so tell the user. + 2003-04-03 Jean-Marc Lasgouttes * status: update diff --git a/autogen.sh b/autogen.sh index 1b567a9fc2..1f0db83c74 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[236]." + echo "LyX only supports autoconf 2.13 and 2.5[2367]." exit ;; esac