]> Dogcows Code - chaz/tar/commitdiff
maint: revert previous change
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 6 May 2013 13:22:59 +0000 (06:22 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 6 May 2013 13:23:28 +0000 (06:23 -0700)
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.

configure.ac

index 4ddb6942609ff683e635a2560a7898a58822f853..3303c53eda219c6ae803b05458d14dc718ec89ad 100644 (file)
@@ -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)
This page took 0.020504 seconds and 4 git commands to generate.