X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=autogen.sh;h=a047f7c4d9f0bc704ade2ed049118c0eb3e02f7f;hp=5c3d931d8a4e43c99e46d9b20031d7ee30fe6ccc;hb=b81af23580d71f1daa219aab6455be73e8a30c54;hpb=c37c3422065b07b906a015537ac93169ee19efea diff --git a/autogen.sh b/autogen.sh index 5c3d931d..a047f7c4 100755 --- a/autogen.sh +++ b/autogen.sh @@ -3,10 +3,11 @@ echo preparing... if test -f Makefile; then make maintainer-clean > /dev/null fi -aclocal -I . &> /dev/null +aclocal -I . > /dev/null 2>&1 autoconf -autoheader +autoheader echo configuring... ./configure $@ > /dev/null echo compiling... -make clean all > /dev/null +make clean2 > /dev/null 2>&1 +make > /dev/null