X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=autogen.sh;h=d432adbb64aa08a74e4dab7bd21360ebb2ef4227;hp=ea38dbf7ac901be9265427f4f91748fcfafebc09;hb=534a94f441767947874cb15d18211edf758e9277;hpb=75f66a2471d09e27698b0319b60cd6e365b9dfd4 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