summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2014-05-31 21:38:41 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2014-06-02 22:39:03 -0700
commitf59d9aaba7ba73533998cb6cc5bd74e6f4d75715 (patch)
tree980c7fe9175f7a503f13ccb1ba44666f540aaae2 /autogen.sh
parentf224c62b89e484ef2fff8499d329e9aeae1c3529 (diff)
configure: Drop AM_MAINTAINER_MODE
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
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 7629e02..4d3c878 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -10,6 +10,6 @@ autoreconf -v --install || exit 1
cd $ORIGDIR || exit $?
if test -z "$NOCONFIGURE"; then
- exec $srcdir/configure --enable-maintainer-mode "$@"
+ exec $srcdir/configure "$@"
fi