diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-10-28 15:08:51 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-10-28 15:08:51 -0400 |
commit | 1f393e74c3dd55c3422804cac98716f1e7e35d85 (patch) | |
tree | 4bb0ce6f4a10402cfabfb2d340db27cfb9608ebd | |
parent | c4f650e235c4cb286377792b836a551e9b63a0e5 (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
For all X.Org components.
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 213f65d..3361c67 100644 --- a/configure.ac +++ b/configure.ac @@ -33,6 +33,7 @@ dnl AC_INIT(libXres, 1.0.4, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXres) AC_CONFIG_AUX_DIR(.) AM_INIT_AUTOMAKE([foreign dist-bzip2]) +AM_MAINTAINER_MODE # Require xorg-macros 1.3 or later: XORG_DEFAULT_OPTIONS m4_ifndef([XORG_MACROS_VERSION], |