Remove AM_MAINTAINER_MODE

master
Mukund Sivaraman 2009-12-08 10:50:16 +05:30
parent d522221668
commit 6a5faa0bec
2 changed files with 2 additions and 3 deletions

View File

@ -17,8 +17,8 @@ cd $ORIGDIR
set -
echo $srcdir/configure --enable-maintainer-mode "$@"
$srcdir/configure --enable-maintainer-mode "$@"
echo $srcdir/configure "$@"
$srcdir/configure "$@"
RC=$?
if test $RC -ne 0; then
echo

View File

@ -26,7 +26,6 @@ AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(config.h)
AC_CONFIG_MACRO_DIR([m4macros])
AM_MAINTAINER_MODE
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])