]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: require newer gettext
authorEric Blake <eblake@redhat.com>
Thu, 12 May 2011 15:29:51 +0000 (09:29 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 19 May 2011 23:54:47 +0000 (17:54 -0600)
commit0bb6e1551560cf0751c8e762c9948723aa99fd11
tree9cf819f0a14409921c99027290ff779f2171f3a6
parent3c36f936b98e76cefbc088620d91b08dd3b81116
build: require newer gettext

Now that RHEL 5.6 ships with gettext 0.17, we can get out of the
stone age and use the newer gettext capabilities and improved
macros for certain configure tests.

* configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.17.
(MKINSTALLDIRS): Delete hack that is no longer needed.
* bootstrap.conf (buildreq): Check for minimum gettext version.
Based on a report by Wen Congyang.
bootstrap.conf
configure.ac