summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>1999-07-03 20:25:58 +0000
committerTheodore Ts'o <tytso@mit.edu>1999-07-03 20:25:58 +0000
commit9d564f73f594282d87209313ea59e4ca08727ab3 (patch)
tree09c14c39d89cfa127f36b5d7b44cadc8f74ef13a /ChangeLog
parentc54b3c3c99a5d3011f6f60934e90dae7f60b3b00 (diff)
downloade2fsprogs-9d564f73f594282d87209313ea59e4ca08727ab3.tar.gz
ChangeLog, Makefile.in, configure.in, MCONFIG.in, configure, wordwrap.pl:
Makefile.in (depend): Make "make depend" at the top-level automatically recurse through all subdirectories. configure.in: Test for perl since it's needed by wordwrap.pl MCONFIG.in (depend): Fix make-depend so that it the dependencies are automatically word-wrapped. Added the makefile macro $(PERL). wordwrap.pl: New file which does the word wrapping.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 83d1e652..dcab6ea8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
1999-07-03 <tytso@valinux.com>
+ * Makefile.in (depend): Make "make depend" at the top-level
+ automatically recurse through all subdirectories.
+
+ * configure.in: Test for perl since it's needed by wordwrap.pl
+
+ * MCONFIG.in (depend): Fix make-depend so that it the dependencies
+ are automatically word-wrapped. Added the makefile macro
+ $(PERL).
+
+ * wordwrap.pl: New file which does the word wrapping.
+
+1999-07-03 <tytso@valinux.com>
+
* MCONFIG.in (subst): Add rule to build the util/subst program if
necessary (by cd'ing to $(top_builddir)/util and making it.)