diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-10-28 15:43:41 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-10-28 15:43:41 -0400 |
commit | 5370081e632c34bee523faca40e5763cfeb22868 (patch) | |
tree | 2b32358a495924b36d57c04fa3dace68f4cc8ef5 | |
parent | 10fcd352ea6ea56f7bdea325e5f4ae2f08045d94 (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 06867ad..1fe218f 100644 --- a/configure.ac +++ b/configure.ac @@ -23,6 +23,7 @@ dnl Process this file with autoconf to create configure. AC_PREREQ([2.57]) AC_INIT([xorg-docs], [1.5], [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], |