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 | |
parent | f92f118047ee8cea7dbbc734d476225f033ba0b7 (diff) |
configure: Drop AM_MAINTAINER_MODE
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rwxr-xr-x | autogen.sh | 2 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -9,4 +9,4 @@ cd $srcdir autoreconf -v --install || exit 1 cd $ORIGDIR || exit $? -$srcdir/configure --enable-maintainer-mode "$@" +$srcdir/configure "$@" 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 |