Added "--enable-maintainer-mode".
authorSergey Vlasov <vsu@users.sourceforge.net>
Sat, 21 Apr 2001 08:19:30 +0000 (08:19 +0000)
committerSergey Vlasov <vsu@users.sourceforge.net>
Sat, 21 Apr 2001 08:19:30 +0000 (08:19 +0000)
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 $@