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])