]> git.lyx.org Git - lyx.git/blobdiff - autogen.sh
* allow resizing of detached panel
[lyx.git] / autogen.sh
index df0229d48261e9e25221bf3daa88f1c77115de2b..31494bbc79d1dd2c6b239a990c4cc17c85ad63f9 100755 (executable)
@@ -4,7 +4,7 @@ ACLOCAL="aclocal -I ${PWD}/m4"
 AUTOHEADER="autoheader"
 AUTOMAKE="automake --add-missing --copy --foreign"
 AUTOCONF="autoconf"
-ACINCLUDE_FILES="lyxinclude.m4 libtool.m4 qt.m4 qt4.m4 spell.m4 pkg.m4"
+ACINCLUDE_FILES="lyxinclude.m4 libtool.m4 pkg.m4 qt.m4 qt4.m4 spell.m4"
 
 # Discover what version of automake we are using.
 automake_version=`$AUTOMAKE --version 2>/dev/null | head -n 1`
@@ -20,11 +20,11 @@ case $automake_version in
     *' '1.9*)
        ;;
     *)
-    
+
        echo "This automake version is not supported by LyX."
-        echo "LyX only supports automake 1.9."
-        exit 1
-        ;;
+       echo "LyX only supports automake 1.9."
+       exit 1
+       ;;
 esac
 
 # Discover what version of autoconf we are using.