configure: Drop AM_MAINTAINER_MODE

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
Alan Coopersmith 2014-05-31 21:38:41 -07:00
parent b33178bb4a
commit 3de8874f5d
2 changed files with 1 additions and 2 deletions

View file

@ -24,4 +24,4 @@ fi
autoreconf -v --install || exit 1 autoreconf -v --install || exit 1
cd $ORIGDIR || exit $? cd $ORIGDIR || exit $?
$srcdir/configure --enable-maintainer-mode "$@" $srcdir/configure "$@"

View file

@ -10,7 +10,6 @@ AC_CONFIG_MACRO_DIR([m4])
AC_USE_SYSTEM_EXTENSIONS AC_USE_SYSTEM_EXTENSIONS
AM_INIT_AUTOMAKE([foreign dist-xz subdir-objects]) AM_INIT_AUTOMAKE([foreign dist-xz subdir-objects])
AM_MAINTAINER_MODE
AC_TYPE_SSIZE_T AC_TYPE_SSIZE_T