2005-08-28 [colin] 1.9.13cvs68
[claws.git] / autogen.sh
index 67eb0be79e372ee7100f9189622cbaae27600536..ab6f30993a16d7cc4531bf787e8f4a98950df5b4 100644 (file)
@@ -1,7 +1,8 @@
 #!/bin/sh
 
-aclocal -I ac \
-  && autoconf \
+aclocal -I m4 \
+  && libtoolize --force --copy \
   && autoheader \
   && automake --add-missing --foreign --copy \
-  && ./configure $@
+  && autoconf \
+  && ./configure --enable-maintainer-mode $@