X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=gnulib-tool;h=397f442b35298b02fe5e87e9cb0c97e728584620;hb=b886ebac9e37729d68e765b141b099ec5b24ab2c;hp=ea018bd719b014503058e2103341a8bd8cc52a0d;hpb=ddec812613d0f94065251dc5dd3105ac3b3889de;p=gnulib.git diff --git a/gnulib-tool b/gnulib-tool index ea018bd71..397f442b3 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -4019,6 +4019,10 @@ func_create_testdir () echo "AC_PROG_MAKE_SET" echo "AC_PROG_RANLIB" echo + if test -n "$uses_subdirs"; then + echo "AM_PROG_CC_C_O" + echo + fi for module in $modules; do func_verify_module if test -n "$module"; then