]> git.lyx.org Git - lyx.git/blobdiff - autogen.sh
Rename .C ==> .cpp for files in src/frontends, part two
[lyx.git] / autogen.sh
index e43a5f96ea7f199be93cabd3a6d5850de9dccf97..b30a91d19ef6b23c70a5424ddff7e0d1f416922c 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 pkg.m4 qt.m4 qt4.m4 spell.m4"
+ACINCLUDE_FILES="lyxinclude.m4 libtool.m4 pkg.m4 qt4.m4 spell.m4"
 
 # Discover what version of automake we are using.
 automake_version=`$AUTOMAKE --version 2>/dev/null | head -n 1`
@@ -39,7 +39,6 @@ test "$autoversion" != "" && {
 
 case $autoversion in
     *' '2.5[2-9]|*' '2.60[ab]|*' '2.6[0-1])
-       EXTRA_ACINCLUDE_FILES="lyxinclude25x.m4"
        ;;
     *)
        echo "This autoconf version is not supported by LyX."