Bug 36577 - Updating cache with no-bitmaps disables bitmap fonts...
[platform/upstream/fontconfig.git] / autogen.sh
index 820c457..df4cd41 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."