X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=autogen.sh;h=d432adbb64aa08a74e4dab7bd21360ebb2ef4227;hp=2e138de2d5d98dc78796539a30d6f21bd94979c9;hb=5e8d8a8eea6de9459ebdf4498f9f061c84bfa63a;hpb=c2d8e732b048825dd4a506b1df9cddf7ac815439 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