diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-05-31 21:38:41 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-05-31 22:21:51 -0700 |
commit | 376d7eeb080af8f03f9940ea40f5ca59bad561bf (patch) | |
tree | 456da421b89ca07224ea670ed294bccf367e797b | |
parent | 84c0386d7c3db6307566219cbe7fe58d9587585a (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
@@ -9,5 +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 a803da5..67ca926 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,6 @@ AC_PREREQ([2.60]) AC_INIT([xlogo], [1.0.4], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xlogo]) 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], |