[gvfs] build: remove unused --enable-maintainer-mode option
- From: Ondrej Holy <oholy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gvfs] build: remove unused --enable-maintainer-mode option
- Date: Fri, 17 Jan 2014 12:47:10 +0000 (UTC)
commit 05218230f58891d8b87a56256452ca8342a77972
Author: Ondrej Holy <oholy redhat com>
Date: Thu Jan 16 17:41:03 2014 +0100
build: remove unused --enable-maintainer-mode option
https://bugzilla.gnome.org/show_bug.cgi?id=722354
autogen.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index caef19a..c7b81cf 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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."
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]