X-Git-Url: https://git.wh0rd.org/?p=fontconfig.git;a=blobdiff_plain;f=autogen.sh;h=df4cd4142a48976959fa21f0f7240fe93423f768;hp=820c457fe8f3a57cf1d861ec008678e1360fb17c;hb=HEAD;hpb=86dd857447f69cf89fd47259055b150f62519c17 diff --git a/autogen.sh b/autogen.sh index 820c457..df4cd41 100755 --- a/autogen.sh +++ b/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."