projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f263ff4
)
Update the required version of gettext to get new bugfix macros.
author
Paul Smith
<psmith@gnu.org>
Sun, 30 Sep 2012 03:20:50 +0000
(
03:20
+0000)
committer
Paul Smith
<psmith@gnu.org>
Sun, 30 Sep 2012 03:20:50 +0000
(
03:20
+0000)
ChangeLog
patch
|
blob
|
history
configure.in
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 8be1a9644d4a7736854f6f3fd6914210e49aa6f4..0b7e3d91edfaae29aabf4dbe77f3613702f93c95 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-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.
diff --git
a/configure.in
b/configure.in
index f01f58c0c58a4c3f8a4f7e4c3f8c4558da120309..f8c2482e611e61035e82655a1c4de4d0835223ad 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-46,7
+46,7
@@
AC_MINIX
# Enable gettext, in "external" mode.
-AM_GNU_GETTEXT_VERSION([0.1
4
.1])
+AM_GNU_GETTEXT_VERSION([0.1
8
.1])
AM_GNU_GETTEXT([external])
# This test must come as early as possible after the compiler configuration