diff options
author | Jim Meyering <meyering@redhat.com> | 2010-06-15 23:52:37 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2010-06-16 07:42:07 +0200 |
commit | 179f395e2c54306693c4ea8704df6c7eb2f6436f (patch) | |
tree | 04e54f3c6d0d4624d6a6d38113f11e6ab09c6870 | |
parent | 8312ad98344434da5069d1ca5d33133b0fec7939 (diff) | |
download | idutils-179f395e2c54306693c4ea8704df6c7eb2f6436f.tar.gz idutils-179f395e2c54306693c4ea8704df6c7eb2f6436f.tar.bz2 idutils-179f395e2c54306693c4ea8704df6c7eb2f6436f.zip |
build: require gettext-0.18
* configure.ac: Require it here...
* bootstrap.conf (buildreq): ...and here.
-rw-r--r-- | bootstrap.conf | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index 860d914..8b34093 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -140,7 +140,7 @@ autoconf 2.61 automake 1.11 autopoint - bison - -gettext - +gettext 0.18 git 1.4.4 gperf - gzip - diff --git a/configure.ac b/configure.ac index 861ea82..31b49d4 100644 --- a/configure.ac +++ b/configure.ac @@ -103,7 +103,7 @@ AC_TYPE_SIZE_T AC_CHECK_TYPES(ptrdiff_t) AM_GNU_GETTEXT([external], [need-ngettext]) -AM_GNU_GETTEXT_VERSION([0.17]) +AM_GNU_GETTEXT_VERSION([0.18]) AC_CONFIG_FILES([ po/Makefile.in |