summaryrefslogtreecommitdiff
path: root/tests/primary-prefix-couples-force-valid.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/primary-prefix-couples-force-valid.test')
-rwxr-xr-xtests/primary-prefix-couples-force-valid.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/primary-prefix-couples-force-valid.test b/tests/primary-prefix-couples-force-valid.test
index 315ee4ee8..d60ecbf0c 100755
--- a/tests/primary-prefix-couples-force-valid.test
+++ b/tests/primary-prefix-couples-force-valid.test
@@ -30,6 +30,7 @@ set -e
cat >> configure.in <<'END'
AC_PROG_CC
+AM_PROG_AR
AC_PROG_RANLIB
AC_OUTPUT
END
@@ -75,7 +76,7 @@ END
: > bar.h
$ACLOCAL
-$AUTOMAKE
+$AUTOMAKE -a
$AUTOCONF
cwd=`pwd` || fatal_ "cannot get current working directory"