summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2010-01-08 12:49:13 +0000
committerDamien Lespiau <damien.lespiau@intel.com>2010-01-08 12:49:13 +0000
commit11748f85e5e6c477123f5882e811a582133db179 (patch)
treeee3b922a6a22b4f82feca907931d5d0607afbe28
parent1bbb501026c9d42b57cb21cfd23db83b0c9cf113 (diff)
downloadclutter-gst-11748f85e5e6c477123f5882e811a582133db179.tar.gz
[build] Don't configure with --enable-maintainer-mode in autogen.sh
AM_MAINTAINER_MODE is a relic we do not use here. configure warns that giving --enable-maintainer-mode is stupid, and it is indeed.
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index aecfb84..13224af 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,4 +1,4 @@
#! /bin/sh
gtkdocize || exit 1
autoreconf -v --install || exit 1
-./configure --enable-maintainer-mode "$@"
+./configure "$@"