]> git.lyx.org Git - lyx.git/commitdiff
support for autoconf 2.57
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 10 Apr 2003 10:07:58 +0000 (10:07 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 10 Apr 2003 10:07:58 +0000 (10:07 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6762 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog
autogen.sh

index 808eacc7af0e64816d63de15072300a664bf765e..538419c8c0f404eab9a820385a0bc1762866e5ff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-04-10  Angus Leeming <leeming@lyx.org>
+
+       * autogen.sh: We support autoconf 2.57, so tell the user.
+
 2003-04-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
        * status: update
index 1b567a9fc2f924d10a145708aab919c47d46daf7..1f0db83c7404ec2208687ca9afbf2cef02135e2e 100755 (executable)
@@ -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