diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-05-31 23:36:28 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-03-09 18:07:38 -0800 |
commit | 4168dad45e494982e77b4ed4021313de4d010612 (patch) | |
tree | 20f02e052207a9d4cb2ee0b7c484616f20c5a0db /autogen.sh | |
parent | 29d7efd4856aee5578e47684c6aafc1fe47690c2 (diff) |
configure: Drop AM_MAINTAINER_MODE
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 "$@" |