X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=autogen.sh;h=5c3d931d8a4e43c99e46d9b20031d7ee30fe6ccc;hp=5c950baa11ce1377e47f7d4d8f9449ee65141a4d;hb=39f4ce8ef309f5ee3e800494a726cda1412916be;hpb=2ed89c59f0efcd0a2763f47c7d3455663241e623 diff --git a/autogen.sh b/autogen.sh index 5c950baa..5c3d931d 100755 --- a/autogen.sh +++ b/autogen.sh @@ -3,7 +3,7 @@ echo preparing... if test -f Makefile; then make maintainer-clean > /dev/null fi -aclocal &> /dev/null +aclocal -I . &> /dev/null autoconf autoheader echo configuring...