Remove AM_MAINTAINER_MODE.

SVN revision: 46159
This commit is contained in:
Kim Woelders 2010-02-14 08:08:29 +00:00
parent 5fe260debb
commit 8b754c1f3f
1 changed files with 0 additions and 3 deletions

View File

@ -32,9 +32,6 @@ AC_PROG_INSTALL
dnl# Check the sanity of what we've done so far
AM_SANITY_CHECK
dnl# Most people don't want the developer-only clutter
AM_MAINTAINER_MODE
dnl# Look for needed programs
AC_CHECK_PROG(RM, rm, rm, true)
AC_CHECK_PROG(CP, cp, cp, false)