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