diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-05-31 21:38:41 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-06-04 17:53:02 -0700 |
commit | d9721e1bda1b3a260cf0b2e6b2fe94b2012a374e (patch) | |
tree | 260d439f8f4bf8d40b3d1dd806c434a916db96c7 | |
parent | 21295a9992d6cd25297edb824fac1b149ec9a95f (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,4 +9,4 @@ 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 731b430..edc713f 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,6 @@ AC_INIT([font-bh-lucidatypewriter-100dpi], [1.0.3], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [font-bh-lucidatypewriter-100dpi]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) -AM_MAINTAINER_MODE # Require xorg-macros: XORG_DEFAULT_OPTIONS m4_ifndef([XORG_MACROS_VERSION], |