diff options
Diffstat (limited to 'fontconfig/autogen.sh')
-rw-r--r-- | fontconfig/autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fontconfig/autogen.sh b/fontconfig/autogen.sh index 820c457fe..df4cd4142 100644 --- a/fontconfig/autogen.sh +++ b/fontconfig/autogen.sh @@ -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." |