]> xenbits.xensource.com Git - libvirt.git/commit
build: fix bootstrap on RHEL
authorEric Blake <eblake@redhat.com>
Wed, 25 Apr 2012 03:40:08 +0000 (21:40 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 25 Apr 2012 22:25:49 +0000 (16:25 -0600)
commitbae13129c1283bd9e3d21a76f2d376a0f38b371d
tree7dde42d4399705160c0fc62959d27aca297ab2e5
parent1614970ec527fca97bf54c272dca9daaf523d934
build: fix bootstrap on RHEL

Commit 8fe455fd364cd7462e02170084c45a58ee302cc3 tried to work around
a regression introduced in upstream gnulib that requires gettext 0.18
or newer on all projects using bootstrap, by making libvirt require
gettext 0.18.  But this fails on RHEL 6.2, which still ships gettext
0.17.  Revert that change, and instead, import the latest round of
gnulib updates that fix that problem properly.

If you have already built in the window where libvirt required 0.18,
be aware that incremental updates may run into problems: this is
because 'autopoint --force' will not downgrade m4/po.m4 back to an
older version, but it must be downgraded back to 0.17 levels to work
with this patch.  You may either manually remove that file then rerun
bootstrap, or it may prove easier to just clean up all non-git files
to start from a clean slate.

* bootstrap.conf: Revert minimum gettext back to 0.17.
* configure.ac: Likewise.
* .gnulib: Update to latest, for bootstrap fixes.
* bootstrap: Resync from gnulib.
.gnulib
bootstrap
bootstrap.conf
configure.ac