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
commit1b53cedb70a020ef99740bd8239f8a8304e53c33 (patch)
tree6a0f15312b5945591cbd840b82a0dc483e64f12a
parente860c1bc4bc0e33560d4c34cadd206c7b6350c73 (diff)
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.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 5cfa3ec..a8b4fa4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,8 +24,7 @@ dnl Process this file with autoconf to create configure.
AC_PREREQ([2.57])
AC_INIT([RandrProto], [1.3.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
-
-# Require xorg-macros: XORG_CHANGELOG
+AM_MAINTAINER_MODE
# Require xorg-macros: XORG_DEFAULT_OPTIONS
m4_ifndef([XORG_MACROS_VERSION], [AC_FATAL([must install xorg-macros 1.3 or later before running autoconf/autogen])])