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 /configure.ac | |
parent | 29d7efd4856aee5578e47684c6aafc1fe47690c2 (diff) |
configure: Drop AM_MAINTAINER_MODE
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
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], |