* Many files: Added gettext invocations around user-visible
authorTom Tromey <tromey@redhat.com>
Wed, 22 Apr 1998 05:13:54 +0000 (05:13 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 22 Apr 1998 05:13:54 +0000 (05:13 +0000)
commit53d3ce37d4d65d2df72ec3c96e292adb1759d03e
tree92f307eadb5c78c77a8ee3f84aa582370628fe51
parent6bf191bf4d7018ecb2e4d68fd4f5b768162c0a7e
* Many files: Added gettext invocations around user-visible
strings.
* libbfd-in.h: Added gettext includes and defines.
* 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.
* Makefile.am (SUBDIRS): Added po.
(POTFILES): New macro.
(po/POTFILES.in): New target.
(SOURCE_HFILES): New macro.
(HFILES): Use it.
* po/Make-in, po/POTFILES.in, po/bfd.pot: New files.
25 files changed:
bfd/ChangeLog
bfd/Makefile.am
bfd/Makefile.in
bfd/acconfig.h
bfd/archive.c
bfd/coff-a29k.c
bfd/coff-arm.c
bfd/configure
bfd/configure.in
bfd/doc/Makefile.in
bfd/elf.c
bfd/elf32-v850.c
bfd/elf64-alpha.c
bfd/elfcode.h
bfd/elflink.h
bfd/evax-egsd.c
bfd/evax-emh.c
bfd/evax-etir.c
bfd/evax-misc.c
bfd/libbfd-in.h
bfd/libbfd.h
bfd/peicode.h
bfd/po/Make-in [new file with mode: 0644]
bfd/po/POTFILES.in [new file with mode: 0644]
bfd/syms.c
This page took 0.031195 seconds and 4 git commands to generate.