[libvirt] [PATCH 00/11] build: eliminate many redundant/obsolete gnulib modules

Daniel P. Berrangé berrange at redhat.com
Thu Oct 3 13:53:07 UTC 2019


The modues in this series are either obsolete (problems now fixed), or
redundant (fixing problems we never cared about - hello AIX
portability), or trivially replaced.

Daniel P. Berrangé (11):
  bhyve: stop using private gnulib _getopt_internal_r func
  build: drop the getopt-posix gnulib module
  build: drop the inet_pton gnulib module
  build: drop the mktempd gnulib module
  util: drop the stpcpy gnulib module
  Revert "build: use autobuild module to make build logs nicer"
  build: drop the usleep gnulib module
  build: drop the stdarg gnulib module
  build: drop the gitlog-to-changelog gnulib module
  build: drop the perror gnulib module
  build: drop the pthread gnulib module

 Makefile.am                     |  1 -
 bootstrap.conf                  | 10 ----
 configure.ac                    |  6 ---
 po/POTFILES                     |  1 -
 src/bhyve/bhyve_parse_command.c | 88 +++++++++++++++++----------------
 src/util/virerror.c             |  5 +-
 tests/test-lib.sh               |  3 +-
 7 files changed, 50 insertions(+), 64 deletions(-)

-- 
2.21.0




More information about the libvir-list mailing list