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>2022-07-24 14:14:24 -0700
commit696899a84ba22a86c80f136277e9b872fd43715a (patch)
treedd5971309ac840976a81454c89a5d9a3b0b754dd /autogen.sh
parent1f26aee94623e7f60eb0ed6dcbcee3ea1ea67496 (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 afe5299..85f1f6a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -24,4 +24,4 @@ fi
autoreconf -v --install || exit 1
cd $ORIGDIR || exit $?
-$srcdir/configure --enable-maintainer-mode "$@"
+$srcdir/configure "$@"