]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: use more gnulib modules for simpler code
authorEric Blake <eblake@redhat.com>
Fri, 24 Dec 2010 02:26:15 +0000 (19:26 -0700)
committerEric Blake <eblake@redhat.com>
Tue, 18 Jan 2011 22:35:41 +0000 (15:35 -0700)
commitc5b11b3cc4244266778cfdfb0a66c19ef6e887fd
tree96087c6b9fba63612deb35509318e0376f86d856
parent915bc7421e230fc321bdb800ddeec407f910d37c
build: use more gnulib modules for simpler code

* .gnulib: Update to latest, for sigpipe and sigaction modules.
* bootstrap.conf (gnulib_modules): Add siaction, sigpipe, strerror_r.
* tools/virsh.c (vshSetupSignals) [!SIGPIPE]: Delete, now that
gnulib guarantees it.
(SA_SIGINFO): Define for mingw fallback.
* src/util/virterror.c (virStrerror): Simplify, now that gnulib
guarantees the POSIX interface.
* configure.ac (AC_CHECK_FUNCS_ONCE): Drop redundant check.
(AM_PROG_CC_STDC): Move earlier, to keep autoconf happy.
.gnulib
bootstrap.conf
configure.ac
src/util/virterror.c
tools/virsh.c