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-04 18:04:51 -0700 |
commit | b1df53701f40959ac66c26ca2e5263bb521d0ebb (patch) | |
tree | 3bbf24a9fc57ab2ba262f4b1f2d06cb8bd6af2c0 /configure.ac | |
parent | f92f118047ee8cea7dbbc734d476225f033ba0b7 (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 ee8a500..4768f88 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,6 @@ AC_CONFIG_HEADERS([config.h include/X11/Xcursor/Xcursor.h]) # Initialize Automake AM_INIT_AUTOMAKE([foreign dist-bzip2]) -AM_MAINTAINER_MODE # Initialize libtool AC_PROG_LIBTOOL |