diff options
| author | Jim Meyering <meyering@redhat.com> | 2010-05-11 10:31:21 +0200 |
|---|---|---|
| committer | Jim Meyering <meyering@redhat.com> | 2010-05-11 10:31:21 +0200 |
| commit | 7e978a7b2d2d2088543f6d7370a7b19ff28771c9 (patch) | |
| tree | 2b57861f5c1e24ae674b6edfe29bbd8977f74a9c | |
| parent | build: update gnulib submodule to latest (diff) | |
| download | coreutils-7e978a7b2d2d2088543f6d7370a7b19ff28771c9.tar.gz coreutils-7e978a7b2d2d2088543f6d7370a7b19ff28771c9.zip | |
build: record the gettext-0.18 requirement also in configure.ac
* configure.ac: Require gettext-0.18 here, too.
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b07a52bf5..e7037a1a3 100644 --- a/configure.ac +++ b/configure.ac @@ -432,7 +432,7 @@ AC_SUBST([CONFIG_STATUS_DEPENDENCIES]) # As long as "grep 'PRI[diouxX]' po/*.pot" reports matches in # translatable strings, we must use need-formatstring-macros here. AM_GNU_GETTEXT([external], [need-formatstring-macros]) -AM_GNU_GETTEXT_VERSION([0.17]) +AM_GNU_GETTEXT_VERSION([0.18]) # For a test of uniq: it uses the $LOCALE_FR envvar. gt_LOCALE_FR |
