summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2009-11-15 13:55:25 -0500
committerGaetan Nadon <memsize@videotron.ca>2009-11-15 13:55:25 -0500
commitd99db191f55e0cc11e9c4bcf2eebea5148a2df7f (patch)
tree94ee42a411207686bb496e4190f71b00a37f64e4
parentcd90529a14b2fc2c04e89e546232570d87d15d6c (diff)
downloadxorg-proto-xf86bigfontproto-d99db191f55e0cc11e9c4bcf2eebea5148a2df7f.tar.gz
configure.ac: AM_MAINTAINER_MODE missing #24238
This turns off maintainer mode build rules in tarballs. Works in conjunction with autogen.sh --enable-maintainer-mode
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2ad3435..b843af3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,7 @@
AC_PREREQ([2.57])
AC_INIT([XF86BigFontProto], [1.2.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_MAINTAINER_MODE
# Require xorg-macros: XORG_CHANGELOG
m4_ifndef([XORG_MACROS_VERSION], [AC_FATAL([must install xorg-macros 1.2 or later before running autoconf/autogen])])