* Many files: Added gettext invocations around user-visible
authorTom Tromey <tromey@redhat.com>
Wed, 22 Apr 1998 06:58:37 +0000 (06:58 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 22 Apr 1998 06:58:37 +0000 (06:58 +0000)
commit8bc8f4bc007b581031e155d4f68e39327e241d9b
tree4a6b4e5829530e8d3c7a06d849d9021899750351
parentb65c61635f7b03c89545bd30ffb97d74be20ce1d
* 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.
13 files changed:
ld/ChangeLog
ld/Makefile.am
ld/Makefile.in
ld/acconfig.h
ld/configure
ld/configure.in
ld/ld.h
ld/ldmain.c
ld/lexsup.c
ld/mpw-elfmips.c
ld/mpw-eppcmac.c
ld/mpw-idtmips.c
ld/po/Make-in [new file with mode: 0644]