diff options
author | Ondrej Holy <oholy@redhat.com> | 2014-01-16 17:41:03 +0100 |
---|---|---|
committer | Ondrej Holy <oholy@redhat.com> | 2014-01-17 13:40:06 +0100 |
commit | 05218230f58891d8b87a56256452ca8342a77972 (patch) | |
tree | 8d30886e3debd23984b196382571a2c786da298c /autogen.sh | |
parent | a9631828c2c9a34f1e35b697f3c0ac554e1ad6d6 (diff) | |
download | gvfs-05218230f58891d8b87a56256452ca8342a77972.tar.gz |
build: remove unused --enable-maintainer-mode option
https://bugzilla.gnome.org/show_bug.cgi?id=722354
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -119,7 +119,7 @@ autoconf || exit $? cd $ORIGDIR || exit $? if test -z "$AUTOGEN_SUBDIR_MODE" && test -z "$NOCONFIGURE"; then - $srcdir/configure --enable-maintainer-mode $AUTOGEN_CONFIGURE_ARGS "$@" || exit $? + $srcdir/configure $AUTOGEN_CONFIGURE_ARGS "$@" || exit $? echo echo "Now type 'make' to compile $PROJECT." |