Commit 22f288b4 authored by Alan Coopersmith's avatar Alan Coopersmith Committed by Peter Hutterer
Browse files

configure: Drop AM_MAINTAINER_MODE


Signed-off-by: default avatarAlan Coopersmith <alan.coopersmith@oracle.com>
parent 2c5eba85
...@@ -9,4 +9,5 @@ cd $srcdir ...@@ -9,4 +9,5 @@ cd $srcdir
autoreconf -v --install || exit 1 autoreconf -v --install || exit 1
cd $ORIGDIR || exit $? cd $ORIGDIR || exit $?
$srcdir/configure --enable-maintainer-mode "$@" $srcdir/configure "$@"
...@@ -32,7 +32,6 @@ AC_CONFIG_AUX_DIR(.) ...@@ -32,7 +32,6 @@ AC_CONFIG_AUX_DIR(.)
# Initialize Automake # Initialize Automake
AM_INIT_AUTOMAKE([foreign dist-bzip2]) 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 # Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS
m4_ifndef([XORG_MACROS_VERSION], m4_ifndef([XORG_MACROS_VERSION],
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment