]> git.lyx.org Git - lyx.git/commitdiff
Enable the use of autoconf 2.59.
authorAngus Leeming <leeming@lyx.org>
Mon, 26 Jan 2004 20:28:59 +0000 (20:28 +0000)
committerAngus Leeming <leeming@lyx.org>
Mon, 26 Jan 2004 20:28:59 +0000 (20:28 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8373 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog
autogen.sh

index 5e6731f50439a44efb1e824561a3b6bd0cf9f0a3..9c693da8b793045157b2a61178e2e77bbf4d0810 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-01-26  Angus Leeming  <leeming@lyx.org>
+
+       * autogen.sh: enable the use of autoconf 2.59.
+
 2004-01-08  Lars Gullik Bjonnes  <larsbj@gullik.net>
 
        * configure.ac (AC_CONFIG_FILES): add boost::filesystem Makefiles.
index 5265cc4f5c6cc033f9f33e2152d1282d6677c9f6..09d553484ba91254cda5a7da8b8092168fb9b9ec 100755 (executable)
@@ -11,12 +11,12 @@ autoversion=`$AUTOCONF --version | head -n 1`
 
 echo "Using $autoversion"
 case $autoversion in
-    *2.5[234678])
+    *2.5[2-9])
        EXTRA_ACINCLUDE_FILES="lyxinclude25x.m4"
        ;;
     *)
        echo "This autoconf version is not supported by LyX."
-       echo "LyX only supports autoconf 2.5[234678]."
+       echo "LyX only supports autoconf 2.5[2-9]."
        exit
        ;;
 esac