diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-05-31 21:38:41 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-06-02 22:15:41 -0700 |
commit | 2ab7d664354275f5d6b58276c0f3f959d6f6ff17 (patch) | |
tree | d73c7316541f1dfef859ad6a2470816292acec73 /configure.ac | |
parent | Combine usage message strings (diff) | |
download | xcman-2ab7d664354275f5d6b58276c0f3f959d6f6ff17.tar.gz xcman-2ab7d664354275f5d6b58276c0f3f959d6f6ff17.tar.bz2 xcman-2ab7d664354275f5d6b58276c0f3f959d6f6ff17.tar.xz |
configure: Drop AM_MAINTAINER_MODE
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7bccbcc..3546d8c 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,6 @@ AC_CONFIG_HEADERS([config.h]) # Initialize Automake AM_INIT_AUTOMAKE([foreign dist-bzip2]) -AM_MAINTAINER_MODE # Require xorg-macros 1.3 or later: XORG_DEFAULT_OPTIONS m4_ifndef([XORG_MACROS_VERSION], |