diff options
author | Theodore Ts'o <tytso@mit.edu> | 1999-07-03 20:25:58 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 1999-07-03 20:25:58 +0000 |
commit | 9d564f73f594282d87209313ea59e4ca08727ab3 (patch) | |
tree | 09c14c39d89cfa127f36b5d7b44cadc8f74ef13a /ChangeLog | |
parent | c54b3c3c99a5d3011f6f60934e90dae7f60b3b00 (diff) | |
download | e2fsprogs-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-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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.) |