Remove maintainer mode, as it didn't actually do anything (since we don't use automake)

Originally committed to SVN as r6106.
This commit is contained in:
Thomas Goyne 2011-12-22 21:26:12 +00:00
parent ac498f75d5
commit 70dce930e6
2 changed files with 3 additions and 5 deletions

View File

@ -136,7 +136,7 @@ if ! test "$1" = "--skip-configure"; then
echo
echo "I am going to run ./configure with the following arguments:"
echo
echo " --enable-maintainer-mode $AUTOGEN_CONFIGURE_ARGS $@"
echo " $AUTOGEN_CONFIGURE_ARGS $@"
echo
if test -z "$*"; then
@ -206,9 +206,9 @@ cd $ORIGDIR
if ! test "$1" = "--skip-configure"; then
echo "--- $srcdir/configure ---"
echo "Running '$srcdir/configure --enable-maintainer-mode $AUTOGEN_CONFIGURE_ARGS "$@"'"
echo "Running '$srcdir/configure $AUTOGEN_CONFIGURE_ARGS "$@"'"
echo
$srcdir/configure --enable-maintainer-mode $AUTOGEN_CONFIGURE_ARGS "$@"
$srcdir/configure $AUTOGEN_CONFIGURE_ARGS "$@"
RC=$?
echo

View File

@ -156,8 +156,6 @@ PKG_PROG_PKG_CONFIG([pkgconfig_required_version])
#################
# Developers only
#################
AM_MAINTAINER_MODE
# XXX: This needs to be fixed to handle mixed revisions properly
# There is probably a better way to handle it as well...
AC_MSG_CHECKING([for svn version])