bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnulib-tool: Support non-recursive-gnulib-prefix-hack with tests


From: Bruno Haible
Subject: Re: gnulib-tool: Support non-recursive-gnulib-prefix-hack with tests
Date: Wed, 15 Dec 2021 19:11:03 +0100

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  <bruno@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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]