X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=autogen.sh;h=5c67ca6689094843e5dabc3ddd7f3616805f763e;hb=3261bad69e1f0c901ee78c6747f1bab68c482da7;hp=8de0e21a7c91a7a0e379d134f983512db49e8e9c;hpb=369405888366d1945e4ba1bbe4217c90c0f8c594;p=lyx.git diff --git a/autogen.sh b/autogen.sh index 8de0e21a7c..5c67ca6689 100755 --- a/autogen.sh +++ b/autogen.sh @@ -11,25 +11,12 @@ autoversion=`$AUTOCONF --version | head -n 1` echo "Using $autoversion" case $autoversion in - *2.13) - cp config/acconfig.h . - cp config/configure.in . - rm -f configure.ac - cp config/relyx_configure.in lib/reLyX/configure.in - rm -f lib/reLyX/configure.ac - EXTRA_ACINCLUDE_FILES="lyxinclude213.m4" - ;; *2.5[23467]) - rm -f acconfig.h - rm -f configure.in - cp config/configure.ac . - rm -f lib/reLyX/configure.in - cp config/relyx_configure.ac lib/reLyX/configure.ac EXTRA_ACINCLUDE_FILES="lyxinclude25x.m4" ;; *) echo "This autoconf version is not supported by LyX." - echo "LyX only supports autoconf 2.13 and 2.5[23467]." + echo "LyX only supports autoconf 2.5[23467]." exit ;; esac