]> git.wh0rd.org - fontconfig.git/commitdiff
Remove --enable-maintainer-mode from autogen.sh
authorBehdad Esfahbod <behdad@behdad.org>
Fri, 11 Mar 2011 22:40:38 +0000 (19:40 -0300)
committerBehdad Esfahbod <behdad@behdad.org>
Fri, 11 Mar 2011 22:40:38 +0000 (19:40 -0300)
autogen.sh

index 820c457fe8f3a57cf1d861ec008678e1360fb17c..df4cd4142a48976959fa21f0f7240fe93423f768 100755 (executable)
@@ -115,8 +115,8 @@ $AUTOCONF
 cd $ORIGDIR
 
 if test -z "$AUTOGEN_SUBDIR_MODE"; then
-       echo Running $srcdir/configure --enable-maintainer-mode "$@"
-        $srcdir/configure --enable-maintainer-mode "$@"
+       echo Running $srcdir/configure "$@"
+        $srcdir/configure "$@"
 
         echo 
         echo "Now type 'make' to compile $PROJECT."