aboutsummaryrefslogtreecommitdiff
path: root/ld/acconfig.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1998-04-22 06:58:37 +0000
committerTom Tromey <tromey@redhat.com>1998-04-22 06:58:37 +0000
commit8bc8f4bc007b581031e155d4f68e39327e241d9b (patch)
tree4a6b4e5829530e8d3c7a06d849d9021899750351 /ld/acconfig.h
parentb65c61635f7b03c89545bd30ffb97d74be20ce1d (diff)
downloadgdb-8bc8f4bc007b581031e155d4f68e39327e241d9b.zip
gdb-8bc8f4bc007b581031e155d4f68e39327e241d9b.tar.gz
gdb-8bc8f4bc007b581031e155d4f68e39327e241d9b.tar.bz2
* Many files: Added gettext invocations around user-visible
strings. * ld.h: Added gettext-related includes and defines. * ldmain.c: Call setlocale, bindtextdomain, textdomain. * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY, HAVE_LC_MESSAGES): Define. * configure.in: Call CY_GNU_GETTEXT. Create po/Makefile.in and po/Makefile. Use AM_PROG_LEX. (TDIRS): AC_SUBST early on, to avoid having value split when it happens to cross line 90 of the generated sed script. * Makefile.am (SUBDIRS): New macro. (POTFILES): Likewise. (po/POTFILES.in): New target. (ld_new_LDADD): Added INTLLIBS. (ld_new_DEPENDENCIES): Added INTLDEPS. * po/Make-in, po/POTFILES.in, po/gas.pot: New files.
Diffstat (limited to 'ld/acconfig.h')
-rw-r--r--ld/acconfig.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/ld/acconfig.h b/ld/acconfig.h
index c627d7f..ed7a2e4 100644
--- a/ld/acconfig.h
+++ b/ld/acconfig.h
@@ -20,3 +20,18 @@
/* Do we need to use the b modifier when opening binary files? */
#undef USE_BINARY_FOPEN
+
+/* Define to 1 if NLS is requested. */
+#undef ENABLE_NLS
+
+/* Define as 1 if you have catgets and don't want to use GNU gettext. */
+#undef HAVE_CATGETS
+
+/* Define as 1 if you have gettext and don't want to use GNU gettext. */
+#undef HAVE_GETTEXT
+
+/* Define as 1 if you have the stpcpy function. */
+#undef HAVE_STPCPY
+
+/* Define if your locale.h file contains LC_MESSAGES. */
+#undef HAVE_LC_MESSAGES