Re: Patch so gl_UNKNOWN_WARNINGS_ARE_ERRORS can be used with Objective C again

2018-02-18 Thread Eric Gallager
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

%reldir% in gnulib's Makefile.am

2018-02-18 Thread Vivien Kraus
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

Re: Patch so gl_UNKNOWN_WARNINGS_ARE_ERRORS can be used with Objective C again

2018-02-18 Thread Bruno Haible
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.

Patch so gl_UNKNOWN_WARNINGS_ARE_ERRORS can be used with Objective C again

2018-02-18 Thread Eric Gallager
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