From 70dce930e64ee2e25f526aec14696b85b583f132 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Thu, 22 Dec 2011 21:26:12 +0000 Subject: [PATCH] Remove maintainer mode, as it didn't actually do anything (since we don't use automake) Originally committed to SVN as r6106. --- aegisub/autogen.sh | 6 +++--- aegisub/configure.in | 2 -- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/aegisub/autogen.sh b/aegisub/autogen.sh index e3ff5843c..9cafc051c 100755 --- a/aegisub/autogen.sh +++ b/aegisub/autogen.sh @@ -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 diff --git a/aegisub/configure.in b/aegisub/configure.in index a413bb411..f2b52682a 100644 --- a/aegisub/configure.in +++ b/aegisub/configure.in @@ -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])