From: Paul Eggert Date: Mon, 6 May 2013 13:22:59 +0000 (-0700) Subject: maint: revert previous change X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=f547c0332dede01f68c81a32a35ad6cfffd11744 maint: revert previous change It wasn't actually needed. Reported by Stefano Lattarini in . * configure.ac (AM_GNU_GETTEXT_VERSION): Decrease from 0.18.2 back to 0.16. --- diff --git a/configure.ac b/configure.ac index 4ddb694..3303c53 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)