audioc: Switch to blocking file descriptors.
[paraslash.git] / autogen.sh
index 5c950baa11ce1377e47f7d4d8f9449ee65141a4d..76eaef2f38cad05ffd41d0bd7291f51601efcac7 100755 (executable)
@@ -3,10 +3,11 @@ echo preparing...
 if test -f Makefile; then
        make maintainer-clean > /dev/null
 fi
-aclocal &> /dev/null
+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