summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2014-05-31 23:36:28 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-03-09 18:07:38 -0800
commit4168dad45e494982e77b4ed4021313de4d010612 (patch)
tree20f02e052207a9d4cb2ee0b7c484616f20c5a0db /autogen.sh
parent29d7efd4856aee5578e47684c6aafc1fe47690c2 (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 d835fca..231605e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -12,5 +12,5 @@ cd $ORIGDIR || exit $?
git config --local --get format.subjectPrefix >/dev/null 2>&1 ||
git config --local format.subjectPrefix "PATCH app/xmore"
-$srcdir/configure --enable-maintainer-mode "$@"
+$srcdir/configure "$@"