X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=autogen.sh;fp=autogen.sh;h=d432adbb64aa08a74e4dab7bd21360ebb2ef4227;hp=2e138de2d5d98dc78796539a30d6f21bd94979c9;hb=53f735e056015f9a1021c14b5d93f57f14035c62;hpb=feb3f00938a717061e0b41e76f4c68cdac9a17f7 diff --git a/autogen.sh b/autogen.sh index 2e138de2..d432adbb 100755 --- a/autogen.sh +++ b/autogen.sh @@ -14,7 +14,12 @@ echo preparing, parallel=$n... if test -f Makefile; then make maintainer-clean > /dev/null 2>&1 fi -autoconf +autom4te \ + --language=autoconf \ + --output=configure \ + --no-cache \ + --warnings=all \ + configure.ac autoheader echo configuring... ./configure $@ > /dev/null