]> git.lyx.org Git - lyx.git/commitdiff
Bump automake deps.
authorPavel Sanda <sanda@lyx.org>
Tue, 6 Apr 2010 15:25:12 +0000 (15:25 +0000)
committerPavel Sanda <sanda@lyx.org>
Tue, 6 Apr 2010 15:25:12 +0000 (15:25 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34068 a592a061-630c-0410-9148-cb99ea01b6c8

INSTALL
autogen.sh
configure.ac

diff --git a/INSTALL b/INSTALL
index 98b4b13868466dab8f15c0618e5928af7f7d6e6a..4eb646d74353123f99e4e6c16a2dd63d867a222d 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -31,7 +31,7 @@ Note for Subversion (SVN) checkouts
 -----------------------------
 
 If you have checked this out from Subversion, you need to have:
-* automake >= 1.8
+* automake >= 1.10.1
 * autoconf >= 2.59c
 * gettext >= 0.12
 Then type "./autogen.sh" to build the needed configuration
index da8b6aa655b94b22d1c2771e692ec4bf36c9b023..f8e1f5ce7305ae9ebedcfa08875067e1d5ff1f84 100755 (executable)
@@ -16,12 +16,12 @@ test "$automake_version" != "" && {
 }
 
 case $automake_version in
-    *' '1.[8-9]*|*' '1.1[01]*)
+    *' '1.10.*|*' '1.11*)
        ;;
     *)
 
        echo "This automake version is not supported by LyX."
-       echo "LyX only supports automake 1.8 to 1.11."
+       echo "LyX only supports automake 1.10.1 to 1.11."
        exit 1
        ;;
 esac
index 76c87bdd657101493ad05838f66c008d2057d7a0..4d47390beaeac0347f1328a1d8c79199260a3725 100644 (file)
@@ -26,7 +26,7 @@ fi
 AM_MAINTAINER_MODE
 
 save_PACKAGE=$PACKAGE
-AM_INIT_AUTOMAKE([foreign dist-lzma no-define 1.8])
+AM_INIT_AUTOMAKE([foreign dist-lzma no-define 1.10])
 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
 PACKAGE=$save_PACKAGE