From f08f3a9d1f43eeff7e0ca14d2dfb2f2926f0ac9f Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Thu, 10 Apr 2003 09:38:31 +0000 Subject: [PATCH] We already support autoconf 2.57; this just tells him git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@6761 a592a061-630c-0410-9148-cb99ea01b6c8 --- ChangeLog | 4 ++++ autogen.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bf7f466f26..4feab2a361 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-03-27 Jean-Marc Lasgouttes * INSTALL: mention --enable-maintainer-mode diff --git a/autogen.sh b/autogen.sh index 7583232366..c10a3d9340 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