diff options
author | Alan Modra <amodra@gmail.com> | 2017-11-06 21:30:12 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2017-11-07 15:56:44 +1030 |
commit | f3ce9b3a00229e5c6087180a74bf533d0e5201f3 (patch) | |
tree | 96870046836563479d8fbb147d6533709155168c /intl/ChangeLog | |
parent | ngettext support (diff) | |
download | binutils-gdb-f3ce9b3a00229e5c6087180a74bf533d0e5201f3.tar.gz binutils-gdb-f3ce9b3a00229e5c6087180a74bf533d0e5201f3.tar.bz2 binutils-gdb-f3ce9b3a00229e5c6087180a74bf533d0e5201f3.zip |
Require ngettext in test of system gettext implementation
If binutils is going to use ngettext, then we'd better arrange for
intl/ to be compiled if the system gettext lacks ngettext.
* configure.ac: Invole AM_GNU_GETTEXT with need_ngettext.
* configure: Regenerate.
* aclocal.m4: Regenerate.
Diffstat (limited to 'intl/ChangeLog')
-rw-r--r-- | intl/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/intl/ChangeLog b/intl/ChangeLog index 812da9acc4c..a62f92e4820 100644 --- a/intl/ChangeLog +++ b/intl/ChangeLog @@ -1,3 +1,9 @@ +2017-11-07 Alan Modra <amodra@gmail.com> + + * configure.ac: Invole AM_GNU_GETTEXT with need_ngettext. + * configure: Regenerate. + * aclocal.m4: Regenerate. + 2015-08-31 Alan Modra <amodra@gmail.com> * configure: Regenerate. |