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
commit4ddefc3a86050e06056d79b78ae0a1be119c4131 (patch)
tree67b08c2bf7a809767e2e2582b4af6caa31b71f31
parenteb3d96018f4c2e20c23b837aa42f71ebb36661b1 (diff)
downloadxorg-proto-kbproto-4ddefc3a86050e06056d79b78ae0a1be119c4131.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 9537951..b14fd2e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,7 @@
AC_PREREQ([2.57])
AC_INIT([KBProto], [1.0.4], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_MAINTAINER_MODE
# Require xorg-macros 1.3 or later: XORG_DEFAULT_OPTIONS
m4_ifndef([XORG_MACROS_VERSION],