mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-11-25 12:37:04 +00:00
Update the required version of gettext to get new bugfix macros.
This commit is contained in:
parent
f263ff4ce9
commit
3a285e342e
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-09-29 Paul Smith <psmith@gnu.org>
|
||||
|
||||
* configure.in: Require a new version of gettext (1.18.1).
|
||||
Fixes Savannah bug #37307.
|
||||
|
||||
2012-09-09 Paul Smith <psmith@gnu.org>
|
||||
|
||||
* configure.in (bsd_signal): Define _GNU_SOURCE, a la make.h.
|
||||
|
|
|
@ -46,7 +46,7 @@ AC_MINIX
|
|||
|
||||
# Enable gettext, in "external" mode.
|
||||
|
||||
AM_GNU_GETTEXT_VERSION([0.14.1])
|
||||
AM_GNU_GETTEXT_VERSION([0.18.1])
|
||||
AM_GNU_GETTEXT([external])
|
||||
|
||||
# This test must come as early as possible after the compiler configuration
|
||||
|
|
Loading…
Reference in a new issue