]> git.lyx.org Git - lyx.git/commitdiff
Enable the use of (1.5 <= automake <= 1.9)
authorAngus Leeming <leeming@lyx.org>
Thu, 24 Feb 2005 08:49:34 +0000 (08:49 +0000)
committerAngus Leeming <leeming@lyx.org>
Thu, 24 Feb 2005 08:49:34 +0000 (08:49 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9676 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog
autogen.sh

index 1fa22ea6aca84ca384f5a524d2bfd2dfab7b1ce4..7583b88a0aaf9dda5daa206c03e387b4fa25f75f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-02-24  Angus Leeming  <leeming@lyx.org>
+
+       * autogen.sh: enable the use of (1.5 <= automake <= 1.9).
+
 2005-02-23  Angus Leeming  <leeming@lyx.org>
 
        * autogen.sh: test for automake >= 1.5 and for gettext >= 0.12.
index 20065e9545f991e6ebdd3b5f2772aa8f415312b3..c96884bd041a1e6e611177405e74d5bd383376cc 100755 (executable)
@@ -37,12 +37,12 @@ test "$automake_version" != "" && {
 }
 
 case $automake_version in
-    *' '1.[5-7]*)
+    *' '1.[5-9]*)
        ;;
     *)
     
        echo "This automake version is not supported by LyX."
-        echo "LyX only supports automake 1.[5-7]."
+        echo "LyX only supports automake 1.[5-9]."
         exit
         ;;
 esac