]> git.lyx.org Git - lyx.git/commitdiff
Revert autoconf change, 2.60 is broken wrt prefix.
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 22 Jul 2006 16:47:31 +0000 (16:47 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 22 Jul 2006 16:47:31 +0000 (16:47 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14494 a592a061-630c-0410-9148-cb99ea01b6c8

autogen.sh

index 5b6f0b11418cad2847a42d31604ba5402847f6e7..e31767b4b7e18e1e98e5a0db15bb9ceb8a763176 100755 (executable)
@@ -26,7 +26,7 @@ case $automake_version in
         exit 1
         ;;
 esac
-                                                       
+
 # Discover what version of autoconf we are using.
 autoversion=`$AUTOCONF --version 2>/dev/null | head -n 1`
 
@@ -38,12 +38,12 @@ test "$autoversion" != "" && {
 }
 
 case $autoversion in
-    *' '2.5[2-9] | *' '2.60)
+    *' '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[2-9] | 2.60."
+       echo "LyX only supports autoconf 2.5[2-9]."
        exit 1
        ;;
 esac