diff options
author | Tom Tromey <tromey@redhat.com> | 2008-12-09 17:18:30 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2008-12-09 17:18:30 +0000 |
commit | a8111142cc46ecac5a27b59e59d09286aa7b7b35 (patch) | |
tree | dab056f90b84448976e35c5a822d1cd1291645fe /gdb/acinclude.m4 | |
parent | 4100683baad9f616d7510a789bef00fbd396a0eb (diff) | |
download | gdb-a8111142cc46ecac5a27b59e59d09286aa7b7b35.zip gdb-a8111142cc46ecac5a27b59e59d09286aa7b7b35.tar.gz gdb-a8111142cc46ecac5a27b59e59d09286aa7b7b35.tar.bz2 |
* config.in, configure: Rebuild.
* configure.ac: Check for locale.h, setlocale. Call
AM_LC_MESSAGES.
* acinclude.m4: Include lcmessage.m4.
Diffstat (limited to 'gdb/acinclude.m4')
-rw-r--r-- | gdb/acinclude.m4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/acinclude.m4 b/gdb/acinclude.m4 index 4e8f590..2a951e2 100644 --- a/gdb/acinclude.m4 +++ b/gdb/acinclude.m4 @@ -26,6 +26,9 @@ sinclude(../config/tcl.m4) dnl For dependency tracking macros. sinclude([../config/depstand.m4]) +dnl For AM_LC_MESSAGES +sinclude([../config/lcmessage.m4]) + # # Sometimes the native compiler is a bogus stub for gcc or /usr/ucb/cc. This # makes configure think it's cross compiling. If --target wasn't used, then |