]> git.lyx.org Git - lyx.git/commitdiff
Proclaim support for autoconf 2.54
authorAngus Leeming <leeming@lyx.org>
Mon, 14 Apr 2003 16:45:41 +0000 (16:45 +0000)
committerAngus Leeming <leeming@lyx.org>
Mon, 14 Apr 2003 16:45:41 +0000 (16:45 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6802 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog
autogen.sh

index 538419c8c0f404eab9a820385a0bc1762866e5ff..60f74536b9089a737c330af203a7f36a811c11af 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-04-14  Angus Leeming  <leeming@lyx.org>
+
+       * autogen.sh (autoversion): Print message proclaims support for
+       autoconf 2.54.
+
 2003-04-10  Angus Leeming <leeming@lyx.org>
 
        * autogen.sh: We support autoconf 2.57, so tell the user.
index 1f0db83c7404ec2208687ca9afbf2cef02135e2e..8de0e21a7c91a7a0e379d134f983512db49e8e9c 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[2367]."
+       echo "LyX only supports autoconf 2.13 and 2.5[23467]."
        exit
        ;;
 esac