I wrote: > In a project that uses Gnulib > 1) with a lib/ dir that contains the 'non-recursive-gnulib-prefix-hack' > but not the 'alloca-opt' module, > 2) with a tests/ dir that contains the 'alloca-opt' module, > > Automake produces an error: > tests/Makefile.am:58: error: required file 'lib/alloca.c' not found
This was just the beginning of several problems that appeared when combining 'non-recursive-gnulib-prefix-hack' with --with-tests. I couldn't resolve the other ones, therefore I need to fix the ChangeLog entry: diff --git a/ChangeLog b/ChangeLog index 0e20dcb58..0f37d947c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ 2021-12-12 Bruno Haible <br...@clisp.org> - gnulib-tool: Support non-recursive-gnulib-prefix-hack with tests. + gnulib-tool: Try to support non-recursive-gnulib-prefix-hack with tests. * gnulib-tool (func_import): Synthesize an AC_CONFIG_LIBOBJ_DIR invocation. * m4/non-recursive-gnulib-prefix-hack.m4