]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Use gnulib's manywarnings & warnings modules
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 16 Jul 2010 15:04:05 +0000 (16:04 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 5 Apr 2011 10:39:35 +0000 (11:39 +0100)
commit0e867555bd80cfc5bff1b8ccc8185906cc160aec
tree9371ad09e9087fd397258670ea793124c32aa333
parent222402417dcfae920deed6938f85986af9dd9dfb
Use gnulib's manywarnings & warnings modules

Remove custom code for checking compiler warnings, using
gl_WARN_ADD instead. Don't list all flags ourselves, use
gnulib's gl_MANYWARN_ALL_GCC to get all possible GCC flags,
then turn off the ones we don't want yet.

* acinclude.m4: Rewrite to use gl_WARN_ADD and gl_MANYWARN_ALL_GCC
* bootstrap.conf: Add warnings & manywarnings
* configure.ac: Switch to gl_WARN_ADD
* m4/compiler-flags.m4: Obsoleted by gl_WARN_ADD
acinclude.m4
bootstrap.conf
configure.ac
m4/compiler-flags.m4 [deleted file]