diff options
author | Jim Meyering <jim@meyering.net> | 1996-03-09 20:17:53 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-03-09 20:17:53 +0000 |
commit | de0fdbb080e3902f2a6d4ee795b6322565df424b (patch) | |
tree | 633edd44697c894e6e902d3333e069ab092818cf /old/textutils/ChangeLog | |
parent | e6800f5073314470f97a6529f20e0dfb59205822 (diff) | |
download | coreutils-de0fdbb080e3902f2a6d4ee795b6322565df424b.tar.xz |
.
Diffstat (limited to 'old/textutils/ChangeLog')
-rw-r--r-- | old/textutils/ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 6653e1faa..b363c3eef 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,31 @@ +Sat Mar 9 13:30:12 1996 Jim Meyering (meyering@na-net.ornl.gov) + + * cat.c cksum.c comm.c csplit.c cut.c expand.c fmt.c + fold.c head.c join.c md5sum.c nl.c od.c paste.c pr.c sort.c + split.c sum.c tac.c tail.c tr.c unexpand.c uniq.c wc.c (main): + Initialize for internationalized message support: call setlocale, + bindtextdomain, and textdomain. + * system.h: Add definitions and includes for NLS. + * Makefile.am (SUBDIRS): Add @INTLSUB@ and @POSUB@. + * src/Makefile.am (datadir): Define. + (localedir): Define. + (DEFS): Add LOCALEDIR definition. + (LDADD): Add @INTLLIBS@. + * aclocal.m4: Add NLS-related macro definitions from + gettext distribution. + * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_LC_MESSAGES, + HAVE_STPCPY): New macros. + * configure.in (PACKAGE): Define with AC_DEFINE_UNQUOTED. + (VERSION): Likewise. + (ALL_LINGUAS): Define. + (AC_CHECK_HEADERS): Add float.h. + (ud_GNU_GETTEXT): Use it. + Link an nls file. + (AC_OUTPUT): Reflect addition of two new directories, intl and po. + Create po/Makefile. + + From François Pinard. + Wed Feb 28 20:32:48 1996 Jim Meyering (meyering@na-net.ornl.gov) * src/Makefile.am: Adapt for automake-0.30. |