aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2012-04-24 21:40:08 -0600
committerEric Blake <eblake@redhat.com>2012-04-25 16:25:49 -0600
commitbae13129c1283bd9e3d21a76f2d376a0f38b371d (patch)
tree7dde42d4399705160c0fc62959d27aca297ab2e5 /.gnulib
parentAdd new functions to virSocketAddr (diff)
downloadlibvirt-bae13129c1283bd9e3d21a76f2d376a0f38b371d.tar.gz
libvirt-bae13129c1283bd9e3d21a76f2d376a0f38b371d.tar.bz2
libvirt-bae13129c1283bd9e3d21a76f2d376a0f38b371d.zip
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.
Diffstat (limited to '.gnulib')
m---------.gnulib0
1 files changed, 0 insertions, 0 deletions
diff --git a/.gnulib b/.gnulib
-Subproject f15a17dc1f5d2b1fc8a423795c54b211552c048
+Subproject bb2f5640d5379c5b4eec2d62341413bbab1aa30