On 2/18/18, Bruno Haible wrote:
> Hi Eric,
>
>> Previously I used to use the gl_WARN_ADD autoconf macro from gnulib to
>> test whether the compiler supports specific Objective C warning flags.
>> After recent gnulib changes to make gl_UNKNOWN_WARNINGS_ARE_ERRORS
>> language-specific, this broke. A
Hello,
I would like to use gnulib for my autotools-based project. However,
when I want to link the gnulib in my program:
SUBDIRS = lib
bin_PROGRAMS = test
test_LDADD = lib/libgnu.la
make cannot re-build lib/libgnu.la since it is defined in
lib/Makefile.am as the target "libgnu.la" a
Hi Eric,
> Previously I used to use the gl_WARN_ADD autoconf macro from gnulib to
> test whether the compiler supports specific Objective C warning flags.
> After recent gnulib changes to make gl_UNKNOWN_WARNINGS_ARE_ERRORS
> language-specific, this broke. Attached is a patch to fix that.
Thanks.
Previously I used to use the gl_WARN_ADD autoconf macro from gnulib to
test whether the compiler supports specific Objective C warning flags.
After recent gnulib changes to make gl_UNKNOWN_WARNINGS_ARE_ERRORS
language-specific, this broke. Attached is a patch to fix that. I'm
pretty sure I already