removed the escaped string from internal structures of matcher
[claws.git] / autogen.sh
index 67eb0be79e372ee7100f9189622cbaae27600536..9b71bf130c2598438293799800e7d022758129c5 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 aclocal -I ac \
 #!/bin/sh
 
 aclocal -I ac \
-  && autoconf \
   && autoheader \
   && automake --add-missing --foreign --copy \
   && autoheader \
   && automake --add-missing --foreign --copy \
-  && ./configure $@
+  && autoconf \
+  && ./configure --enable-maintainer-mode $@