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 | |
parent | 29d7efd4856aee5578e47684c6aafc1fe47690c2 (diff) |
configure: Drop AM_MAINTAINER_MODE
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rwxr-xr-x | autogen.sh | 2 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 1 insertions, 2 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 "$@" diff --git a/configure.ac b/configure.ac index 0f86cf6..b65d598 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,6 @@ AC_INIT([xmore], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xmore]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) -AM_MAINTAINER_MODE # Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS m4_ifndef([XORG_MACROS_VERSION], |