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 | de20547a7c31cf576d9b5b9ac607a1bde93542b8 (patch) | |
tree | 187a41ffa4c720e88f5616af6016977d954af1aa | |
parent | 8f920350a736012ce2a7469d8252f5f5bf72cef3 (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 830c25e..d3933b2 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], |