don't translate strings in debug_print(), log_print(), log_message(), and log_warning()
[claws.git] / autogen.sh
index 67eb0be79e372ee7100f9189622cbaae27600536..d9cf1b6d765291fb1320b095120a9380864735e6 100644 (file)
@@ -1,7 +1,9 @@
 #!/bin/sh
 
-aclocal -I ac \
-  && autoconf \
+autopoint \
+  && aclocal -I m4 \
+  && libtoolize --force --copy \
   && autoheader \
   && automake --add-missing --foreign --copy \
-  && ./configure $@
+  && autoconf \
+  && ./configure --enable-maintainer-mode $@