diff options
Diffstat (limited to 'tests/subpkg.test')
-rwxr-xr-x | tests/subpkg.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/subpkg.test b/tests/subpkg.test index f197ad45e..cfa5acb46 100755 --- a/tests/subpkg.test +++ b/tests/subpkg.test @@ -66,6 +66,7 @@ mkdir lib/src cat >lib/configure.ac <<'EOF' AC_INIT([lib], [2.3]) AM_INIT_AUTOMAKE +AM_PROG_AR AC_PROG_RANLIB AC_CONFIG_HEADERS([config.h:config.hin]) AC_CONFIG_FILES([Makefile]) |