diff options
author | Jim Meyering <jim@meyering.net> | 2004-01-12 23:35:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-01-12 23:35:31 +0000 |
commit | f92dd4710be647c847ebe5f0e41c10792e8a9977 (patch) | |
tree | 3eb533c3150c52701bbad078a5773ab6b16c911b | |
parent | 4f414a379e980c79bf318f5f1459339f0295449e (diff) | |
download | coreutils-f92dd4710be647c847ebe5f0e41c10792e8a9977.tar.xz |
Use gettext-0.13.1.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 58371d53b..8aed998a0 100644 --- a/configure.ac +++ b/configure.ac @@ -230,7 +230,7 @@ AC_CHECK_DECLS([strsignal, strtoimax, sys_siglist, _sys_siglist, __sys_siglist]) jm_LIB_CHECK AM_GNU_GETTEXT([external], [need-ngettext]) -AM_GNU_GETTEXT_VERSION(0.11.5) +AM_GNU_GETTEXT_VERSION(0.13.1) AC_CONFIG_FILES( Makefile |