X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=autogen.sh;h=cbfea7fdfb2ea5e2b8ad84c8faba815b67b8a966;hb=9055c71be97f1095dcdbd83da305b600f204f763;hp=5c950baa11ce1377e47f7d4d8f9449ee65141a4d;hpb=2ed89c59f0efcd0a2763f47c7d3455663241e623;p=paraslash.git diff --git a/autogen.sh b/autogen.sh index 5c950baa..cbfea7fd 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,12 +1,8 @@ #!/bin/sh -echo preparing... -if test -f Makefile; then - make maintainer-clean > /dev/null -fi -aclocal &> /dev/null -autoconf -autoheader -echo configuring... -./configure $@ > /dev/null -echo compiling... -make clean all > /dev/null +autom4te \ + --language=autoconf \ + --output=configure \ + --no-cache \ + --warnings=all \ + configure.ac && +autoheader