Improve synchronous action exit code (fixes long delay after action exit on RH9
[claws.git] / autogen.sh
index 67eb0be79e372ee7100f9189622cbaae27600536..517d398b48f2b3f819e9ed48702c794b70a23908 100644 (file)
@@ -1,7 +1,8 @@
 #!/bin/sh
 
 aclocal -I ac \
-  && autoconf \
+  && libtoolize --force --copy \
   && autoheader \
   && automake --add-missing --foreign --copy \
-  && ./configure $@
+  && autoconf \
+  && ./configure --enable-maintainer-mode $@