• E
    build: fix bootstrap on RHEL · bae13129
    Eric Blake 提交于
    Commit 8fe455fd 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.
    bae13129
configure.ac 92.7 KB