X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=autogen.sh;h=caf1401d8bf02e2d299bdcdf58ae902cfb260092;hp=ea38dbf7ac901be9265427f4f91748fcfafebc09;hb=79a88784e0819c1bbe9de8d39a0e05997c8211f6;hpb=63aab30b55d5809704a2d0e1c4e8de20e8228d7d;ds=inline 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