X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=autogen.sh;h=fa2b829675c9269cfeec5fe9dfd99232929a804d;hb=149c83d35d2cbdf1a34a49000cbd072335a93cca;hp=be24ca23f24ac843a1fcc8be171f6e0a1c838dc6;hpb=1a0a8cdea2521c1351e1c7e85e17c451f2063456;p=lyx.git diff --git a/autogen.sh b/autogen.sh index be24ca23f2..fa2b829675 100755 --- a/autogen.sh +++ b/autogen.sh @@ -2,7 +2,7 @@ ACLOCAL="aclocal -I ${PWD}/m4" AUTOHEADER="autoheader" -AUTOMAKE="automake --add-missing --copy --force-missing --foreign" +AUTOMAKE="automake --add-missing --copy --foreign" AUTOCONF="autoconf" ACINCLUDE_FILES="lyxinclude.m4 libtool.m4 xforms.m4 qt.m4 gtk--.m4 gnome--.m4 gnome.m4 spell.m4 cygwin.m4 pkg.m4" @@ -127,13 +127,6 @@ else exit 1 fi -# Autogenerate lib/configure.m4. -echo -n "Building lib/configure ... " -rm -f lib/configure -$GNUM4 lib/configure.m4 > lib/configure -chmod a+x lib/configure -echo "done." - echo echo 'run "./configure ; make"' echo