diff options
Diffstat (limited to 'tests/subdirbuiltsources.test')
-rwxr-xr-x | tests/subdirbuiltsources.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/subdirbuiltsources.test b/tests/subdirbuiltsources.test index a84f28e9c..a6a0035b8 100755 --- a/tests/subdirbuiltsources.test +++ b/tests/subdirbuiltsources.test @@ -28,6 +28,7 @@ cat >> configure.in << 'END' AC_CONFIG_FILES([lib/Makefile]) AC_PROG_RANLIB AC_PROG_CC +AM_PROG_AR AC_OUTPUT END |