summaryrefslogtreecommitdiff
path: root/t/flavor.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/flavor.sh')
-rw-r--r--t/flavor.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/t/flavor.sh b/t/flavor.sh
index 748c47266..2c9219737 100644
--- a/t/flavor.sh
+++ b/t/flavor.sh
@@ -21,7 +21,6 @@
. test-init.sh
cat >> configure.ac << 'END'
-AM_MAINTAINER_MODE
AC_OUTPUT
END
@@ -38,12 +37,12 @@ $AUTOCONF
for flavor in --gnits --gnu --foreign --ignore-deps; do
$AUTOMAKE --add-missing $flavor
- ./configure --enable-maintainer-mode
+ ./configure
grep " $flavor" Makefile
$MAKE
# Two code paths in configure.am:
- # - either a file in $(am__configure_deps) has been updated ...
+ # - either a file in $(am.remake.configure-deps) has been updated ...
$sleep
touch aclocal.m4
$MAKE