summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-05-11 01:59:25 +0000
committerJim Meyering <jim@meyering.net>1996-05-11 01:59:25 +0000
commitf64964aa1da7124f969dd88bd72ed158330cfa4f (patch)
treeb90fe74e9e83a5c5fe6776418c8d0fd3e3782bf9 /old
parent97775c5655d0d64ce4d07ab38aee3668c582a6cf (diff)
downloadcoreutils-f64964aa1da7124f969dd88bd72ed158330cfa4f.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index fad2c4577..2dac77b79 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,10 +1,19 @@
+Fri May 10 20:46:13 1996 Jim Meyering (meyering@na-net.ornl.gov)
+
+ * po/Makefile.in.in (all-yes): Always depend on CATALOGS. Otherwise
+ they won't be built and install could fail. From Ulrich Drepper.
+ (.po.mo): Disable dependency and rule when not in maintainer mode.
+
+ * aclocal.m4 (ud_WITH_NLS): Make DATADIRNAME and CATOBJEXT depend
+ on whether we're using GNU gettext. From Ulrich Drepper.
+
Wed May 8 21:10:43 1996 Jim Meyering (meyering@na-net.ornl.gov)
* intl/Makefile.in (distdir): Renamed from dist. For compatibility
with automake-0.32.
* po/Makefile.in.in (distdir): Likewise.
- * po/Makefile.in.in (all-yes): Also dependend on GMOFILES.
+ * po/Makefile.in.in (all-yes): Depend on GMOFILES.
Depend on CATALOGS and GMOFILES files only in maintainer mode.
Tue May 7 22:10:20 1996 Jim Meyering (meyering@na-net.ornl.gov)