diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-06-01 21:03:13 -0700 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2017-01-26 11:16:37 +1000 |
commit | 419694a31d02052dfba5cd156dde0bbbf811fb7e (patch) | |
tree | 847eaff10d69da25761ba0eb59c85acd1271cc20 /configure.ac | |
parent | d0582b84231de1b089eda296cd3bb859e5df1acd (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 5445972..1d582ca 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,6 @@ AC_CONFIG_AUX_DIR(.) # 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], |