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:19:46 -0700
commitfbc6bf6183b47338aec46ba98c3ca2b11f181ccc (patch)
tree7a5e9c565680b4c1cc24c5b731de638795d32181 /autogen.sh
parentfac9e1bc60a17e1ac1ebab0bd0b4047f43dfebd4 (diff)
downloadutil-wm-fbc6bf6183b47338aec46ba98c3ca2b11f181ccc.tar.gz
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 "$@"