diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-07-27 07:43:26 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-07-27 07:43:26 -0700 |
commit | edb71a9c3838b83424f6eb0ef04eab5b31aa7f4a (patch) | |
tree | 052ce037f3bff1e11ada0aeacb3c165383a39628 /config/gettext.m4 | |
parent | 79559014b26f3c6bc64f29dabce613fa89418ee5 (diff) | |
download | gdb-edb71a9c3838b83424f6eb0ef04eab5b31aa7f4a.zip gdb-edb71a9c3838b83424f6eb0ef04eab5b31aa7f4a.tar.gz gdb-edb71a9c3838b83424f6eb0ef04eab5b31aa7f4a.tar.bz2 |
Sync config with GCC
Sync with GCC
2015-07-24 Micahel Darling <darlingm@gmail.com>
PR other/66259
* gettext.m4: Reflects renaming of configure.in to configure.ac
* po.m4: Likewise
* stdint.m4: Likewise
* tcl.m4: Likewise
Diffstat (limited to 'config/gettext.m4')
-rw-r--r-- | config/gettext.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/gettext.m4 b/config/gettext.m4 index 16070b4..45fa6b4 100644 --- a/config/gettext.m4 +++ b/config/gettext.m4 @@ -81,7 +81,7 @@ AC_DEFUN([AM_GNU_GETTEXT], dnl Ideally we would do this search only after the dnl if test "$USE_NLS" = "yes"; then dnl if test "$gt_cv_func_gnugettext_libc" != "yes"; then - dnl tests. But if configure.in invokes AM_ICONV after AM_GNU_GETTEXT + dnl tests. But if configure.ac invokes AM_ICONV after AM_GNU_GETTEXT dnl the configure script would need to contain the same shell code dnl again, outside any 'if'. There are two solutions: dnl - Invoke AM_ICONV_LINKFLAGS_BODY here, outside any 'if'. @@ -303,7 +303,7 @@ return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", AC_SUBST(USE_INCLUDED_LIBINTL) AC_SUBST(CATOBJEXT) - dnl For backward compatibility. Some configure.ins may be using this. + dnl For backward compatibility. Some configure.acs may be using this. nls_cv_header_intl= nls_cv_header_libgt= |