diff options
author | Nick Clifton <nickc@redhat.com> | 2012-04-05 08:43:41 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2012-04-05 08:43:41 +0000 |
commit | 443507505d3a8bac2b5dc2e8578af2006f68cc80 (patch) | |
tree | 23720063ed46adcf849f831e44f9048334bf7c46 /gold/aclocal.m4 | |
parent | 78a761e2471d7f4bfb6e4d58693bdd932b10409b (diff) | |
download | gdb-443507505d3a8bac2b5dc2e8578af2006f68cc80.zip gdb-443507505d3a8bac2b5dc2e8578af2006f68cc80.tar.gz gdb-443507505d3a8bac2b5dc2e8578af2006f68cc80.tar.bz2 |
* configure.in (AC_CHECK_FUNCS): Add setlocale.
(AM_LC_MESSAGES): Add.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
Diffstat (limited to 'gold/aclocal.m4')
-rw-r--r-- | gold/aclocal.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gold/aclocal.m4 b/gold/aclocal.m4 index ded4d60..00cc0f8 100644 --- a/gold/aclocal.m4 +++ b/gold/aclocal.m4 @@ -982,6 +982,7 @@ AC_SUBST([am__untar]) m4_include([../config/depstand.m4]) m4_include([../config/gettext-sister.m4]) +m4_include([../config/lcmessage.m4]) m4_include([../config/lead-dot.m4]) m4_include([../config/nls.m4]) m4_include([../config/override.m4]) |