X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=autogen.sh;h=d432adbb64aa08a74e4dab7bd21360ebb2ef4227;hp=ea38dbf7ac901be9265427f4f91748fcfafebc09;hb=5e8d8a8eea6de9459ebdf4498f9f061c84bfa63a;hpb=89ac7435066d5babbd49d9d643a9eb328f886cf9 diff --git a/autogen.sh b/autogen.sh index ea38dbf7..d432adbb 100755 --- a/autogen.sh +++ b/autogen.sh @@ -14,8 +14,12 @@ 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