diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-06-01 21:03:13 -0700 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2017-01-26 11:16:37 +1000 |
commit | 5da5a83dd5eded7eca740ba32f12379685d9817f (patch) | |
tree | 216cb0038a8c7179bf991007e967580351346648 | |
parent | 367efbf6ecd1bae7e59ba92a29700a2f93c9ebd9 (diff) |
configure: Drop AM_MAINTAINER_MODE
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rwxr-xr-x | autogen.sh | 3 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 2 insertions, 2 deletions
@@ -9,4 +9,5 @@ cd $srcdir autoreconf -v --install || exit 1 cd $ORIGDIR || exit $? -$srcdir/configure --enable-maintainer-mode "$@" +$srcdir/configure "$@" + diff --git a/configure.ac b/configure.ac index bcb66d5..b9a9b33 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,6 @@ AC_CONFIG_AUX_DIR(.) # Initialize Automake 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], |