summaryrefslogtreecommitdiff
path: root/tests/cond13.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cond13.test')
-rwxr-xr-xtests/cond13.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/cond13.test b/tests/cond13.test
index e5f6be9c5..28f6cd3e8 100755
--- a/tests/cond13.test
+++ b/tests/cond13.test
@@ -24,6 +24,7 @@ set -e
cat >> configure.in << 'END'
AC_PROG_CC
AC_PROG_CXX
+AM_PROG_AR
AC_PROG_RANLIB
AM_CONDITIONAL(COND1, true)
AM_CONDITIONAL(COND2, true)
@@ -49,6 +50,8 @@ endif
libtest_a_SOURCES = $(TESTSOURCES)
END
+: > ar-lib
+
$ACLOCAL
$AUTOMAKE