diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-06-01 21:08:25 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-06-01 21:08:25 -0700 |
commit | 9c630e1607a29ee63f546a6a2294ba84f3493a77 (patch) | |
tree | fa1e7dd2a053f76b334ce6c355cd3eb51aec6ff6 /configure.ac | |
parent | 4db4880098627e9136c3cb9f6dc0a9f9914ce618 (diff) |
configure: Drop AM_MAINTAINER_MODE
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0052643..afe9ba2 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,6 @@ AC_CONFIG_HEADERS([config.h]) # Initialize Automake AM_INIT_AUTOMAKE([foreign dist-bzip2]) -AM_MAINTAINER_MODE # Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS m4_ifndef([XORG_MACROS_VERSION], |