summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2014-05-31 21:38:41 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2014-06-04 17:50:52 -0700
commit54977059e29590279f74e770c52c17bfaf1a990f (patch)
tree7e43f492c94f8d3b5a75399988f29517902ae514
parentbe61e8fc1d3bc784e250ee200de5ae73ddac1c77 (diff)
configure: Drop AM_MAINTAINER_MODE
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rwxr-xr-xautogen.sh2
-rw-r--r--configure.ac1
2 files changed, 1 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 904cd67..354f254 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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 6b9c0d1..bbc6df9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,6 @@ AC_INIT([font-adobe-utopia-75dpi], [1.0.4],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
[font-adobe-utopia-75dpi])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
-AM_MAINTAINER_MODE
# Require xorg-macros: XORG_DEFAULT_OPTIONS
m4_ifndef([XORG_MACROS_VERSION],