X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=autogen.sh;h=cbfea7fdfb2ea5e2b8ad84c8faba815b67b8a966;hb=81bc7110ff6a4c2d002618b94fcf5aa60cd4cad2;hp=5c3d931d8a4e43c99e46d9b20031d7ee30fe6ccc;hpb=c37c3422065b07b906a015537ac93169ee19efea;p=paraslash.git diff --git a/autogen.sh b/autogen.sh index 5c3d931d..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 -I . &> /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