Re: [PATCH 1/1] autoconf: add support for caching in the macro gl_LD_VERSION_SCRIPT

2015-01-04 Thread Christophe
at the macro generates) is not supposed to be done. I think it should work (did not check yet)... Regards, Christophe.

[PATCH 1/1] autoconf: add support for caching in the macro gl_LD_VERSION_SCRIPT

2015-01-03 Thread Christophe CURIS
AC_CACHE_CHECK macro at the appropriate place, so now the check will not be re-run if the user enabled autoconf's cache. Signed-off-by: Christophe CURIS --- m4/ld-version-script.m4 | 36 ++-- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/m4/ld-ve

[PATCH 0/1] Re: [PATCH 1/1] autoconf: add support for caching in the macro gl_LD_VERSION_SCRIPT

2015-01-03 Thread Christophe CURIS
Hello, Apparently this patch did not make it to the repository, any feedback about it? I personally have no push permission to do it myself. I'm re-sending the patch, because with the recent copyright year updates the old one would not apply anymore. Regards, Christophe.

[PATCH 0/1] autoconf: add support for caching in the macro gl_LD_VERSION_SCRIPT

2014-12-20 Thread Christophe CURIS
Hello, Please find here a new version of the patch, the original one unintentionally broke the function when detecting error on invalid map file. My apologies for the noise, Best regards, Christophe. m4/ld-version-script.m4 | 36 ++-- 1 file changed, 18

[PATCH 1/1] autoconf: add support for caching in the macro gl_LD_VERSION_SCRIPT

2014-12-20 Thread Christophe CURIS
AC_CACHE_CHECK macro at the appropriate place, so now the check will not be re-run if the user enabled autoconf's cache. Signed-off-by: Christophe CURIS --- m4/ld-version-script.m4 | 36 ++-- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/m4/ld-ve

[PATCH 1/1] autoconf: add support for caching in the macro gl_LD_VERSION_SCRIPT

2014-12-18 Thread Christophe CURIS
AC_CACHE_CHECK macro at the appropriate place, so now the check will not be re-run if the user enabled autoconf's cache. Signed-off-by: Christophe CURIS --- m4/ld-version-script.m4 | 34 +- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/m4/ld-ve

Re: [PATCH] warnings: check -Wfoo rather than -Wno-foo

2013-08-19 Thread Christophe Fergeau
Hey, On Wed, Aug 14, 2013 at 05:33:07PM -0600, Eric Blake wrote: > As reported by Christophe Fergeau and others, use of the > warnings modules is awkward when probing for negative > warning flags. For example, clang recognizes > -Wno-unused-command-line-argument, but gcc does not; &g

Re: gl_WARN_ADD does not work with -Wno-xxxx warnings

2013-08-14 Thread Christophe Fergeau
On Wed, Aug 14, 2013 at 06:29:14AM -0600, Eric Blake wrote: > On 08/14/2013 01:58 AM, Christophe Fergeau wrote: > > Hi, > > > > gcc handling of -Wno- flags is different from its handling of -W > > flags as described in > > http://gcc.gnu.org/onlinedocs/g

gl_WARN_ADD does not work with -Wno-xxxx warnings

2013-08-14 Thread Christophe Fergeau
to issues like http://www.redhat.com/archives/libvir-list/2012-April/msg0.html I guess that when gl_WARN_ADD is used with -Wno-unknown-warning, it should test as well the corresponding -Wunknown-warning flag, though I don't know how well this will work with non-gcc compile