summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2014-06-01 21:03:13 -0700
committerPeter Hutterer <peter.hutterer@who-t.net>2017-01-26 11:16:37 +1000
commitf0d251663322c0c6a233def7db9a77b33a0fdff2 (patch)
tree610caa264f6379f377aced333407f50f3406e917 /autogen.sh
parentcd3704560a8bfa348fb213870d89ca0bd5f53bb4 (diff)
configure: Drop AM_MAINTAINER_MODE
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 904cd67..80ae530 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,4 +9,5 @@ cd $srcdir
autoreconf -v --install || exit 1
cd $ORIGDIR || exit $?
-$srcdir/configure --enable-maintainer-mode "$@"
+$srcdir/configure "$@"
+