use gnulib's proper_name_utf8 function, but *not* proper_name
authorJim Meyering <meyering@redhat.com>
Mon, 19 May 2008 14:14:13 +0000 (16:14 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 26 May 2008 06:37:08 +0000 (08:37 +0200)
commit7855cbfcac867621c18d1fc85abe5332f6aae1ec
tree26eb36b6769761b261ea8c7419c5ce4cea9d5a60
parent29290d04856214345f966ccd8016aa0aaf758662
use gnulib's proper_name_utf8 function, but *not* proper_name

* bootstrap.conf (gnulib_modules): Add propername.
(XGETTEXT_OPTIONS): Add options to tell xgettext about the functions.
* src/cat.c, src/cp.c, src/df.c, src/du.c, src/split.c:
Mark Torbjörn Granlund's name.
* src/ptx.c: Mark François Pinard's name.
Use "TRANSLATORS:" comment marker, rather than "Note to translators:".
* src/system.h: Include propername.h.
(proper_name): Define away.
* src/Makefile.am (cat_LDADD, df_LDADD, du_LDADD, ptx_LDADD, split_LDADD):
Initialize, so we can...
(cat_LDADD, cp_LDADD, df_LDADD, du_LDADD, ptx_LDADD, split_LDADD):
...Use "+=" to append $(LIBICONV) for each program that uses
proper_name_utf8.
bootstrap.conf
src/Makefile.am
src/cat.c
src/cp.c
src/df.c
src/du.c
src/ptx.c
src/split.c
src/system.h