summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorErick Pérez Castellanos <erick.red@gmail.com>2014-04-03 08:57:42 -0400
committerErick Pérez Castellanos <erick.red@gmail.com>2014-04-03 08:57:42 -0400
commit3b1dcbf8195ed4a04c3b34fa26a9d50f52583947 (patch)
tree0939d4c555df9cb702b36212cbcb10ccd499d25e /autogen.sh
parenta97c82acd9ae5088d6f3684c0559f5c1a9dd3c87 (diff)
downloadgnome-contacts-3b1dcbf8195ed4a04c3b34fa26a9d50f52583947.tar.gz
build: removed AM_MAINTAINER_MODE
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 7bfd3ac..742fef4 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,4 +3,4 @@ mkdir -p m4
autopoint --force
git submodule update --init --recursive
AUTOPOINT='intltoolize --automake --copy' autoreconf -fiv -Wall || exit
-test -n "$NOCONFIGURE" || ./configure --enable-maintainer-mode "$@"
+test -n "$NOCONFIGURE" || ./configure "$@"