X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=autogen.sh;h=caf1401d8bf02e2d299bdcdf58ae902cfb260092;hp=ea38dbf7ac901be9265427f4f91748fcfafebc09;hb=742be1f7334570492615fdf89ce46123e3f71886;hpb=89ac7435066d5babbd49d9d643a9eb328f886cf9 diff --git a/autogen.sh b/autogen.sh index ea38dbf7..caf1401d 100755 --- a/autogen.sh +++ b/autogen.sh @@ -14,11 +14,15 @@ echo preparing, parallel=$n... if test -f Makefile; then make maintainer-clean > /dev/null 2>&1 fi -aclocal -I . > /dev/null 2>&1 -autoconf +autom4te \ + --language=autoconf \ + --output=configure \ + --no-cache \ + --warnings=all \ + configure.ac autoheader echo configuring... ./configure $@ > /dev/null echo compiling... -make clean2 > /dev/null 2>&1 -make -j $n > /dev/null +make clean > /dev/null 2>&1 +make -j $n > /dev/null && make check