summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2013-05-06 06:22:59 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2013-05-06 06:23:28 -0700
commitf547c0332dede01f68c81a32a35ad6cfffd11744 (patch)
treef79c4a2317729e6c428eafc30a0e96d99d690c6d /configure.ac
parent57e5a7a1e7c5d53d2eadfb2b606301fbb0f70f45 (diff)
downloadtar-f547c0332dede01f68c81a32a35ad6cfffd11744.tar.gz
maint: revert previous change
It wasn't actually needed. Reported by Stefano Lattarini in <http://lists.gnu.org/archive/html/bug-tar/2013-04/msg00041.html>. * configure.ac (AM_GNU_GETTEXT_VERSION): Decrease from 0.18.2 back to 0.16.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4ddb6942..3303c53e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -345,7 +345,7 @@ AC_CHECK_TYPE(iconv_t,:,
# Gettext.
AM_GNU_GETTEXT([external], [need-formatstring-macros])
-AM_GNU_GETTEXT_VERSION([0.18.2])
+AM_GNU_GETTEXT_VERSION([0.16])
# Initialize the test suite.
AC_CONFIG_TESTDIR(tests)