summaryrefslogtreecommitdiff
path: root/tests/posixsubst-libraries.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/posixsubst-libraries.test')
-rwxr-xr-xtests/posixsubst-libraries.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/posixsubst-libraries.test b/tests/posixsubst-libraries.test
index 418d24175..a5719bfb8 100755
--- a/tests/posixsubst-libraries.test
+++ b/tests/posixsubst-libraries.test
@@ -23,6 +23,7 @@
cat >> configure.in << 'END'
AC_PROG_CC
AC_PROG_RANLIB
+AM_PROG_AR
AC_OUTPUT
END
@@ -50,7 +51,7 @@ echo 'int bar2(void) { return 0; }' > libfoo2.c
$ACLOCAL
$AUTOCONF
-$AUTOMAKE
+$AUTOMAKE -a
cwd=`pwd` || Exit 1
./configure --prefix="$cwd/_inst"