X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=autogen.sh;h=76eaef2f38cad05ffd41d0bd7291f51601efcac7;hp=5c3d931d8a4e43c99e46d9b20031d7ee30fe6ccc;hb=02b4964346686a2e50f75d57a22b4cb209c259b9;hpb=c37c3422065b07b906a015537ac93169ee19efea diff --git a/autogen.sh b/autogen.sh index 5c3d931d..76eaef2f 100755 --- a/autogen.sh +++ b/autogen.sh @@ -5,8 +5,9 @@ if test -f Makefile; then fi aclocal -I . &> /dev/null autoconf -autoheader +autoheader echo configuring... ./configure $@ > /dev/null echo compiling... -make clean all > /dev/null +make clean2 &> /dev/null +make > /dev/null