diff options
author | Theodore Ts'o <tytso@mit.edu> | 2002-05-11 19:17:00 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2002-05-11 19:17:00 -0400 |
commit | b5ffeadece25f7dca04847dfc013e979fe36e3a6 (patch) | |
tree | f4c7c9313788c95e2d6019ad707eea2fc7a56905 /util | |
parent | 0f31c737dbf999c90a0842e6a499416b8e1f0cb4 (diff) | |
download | e2fsprogs-b5ffeadece25f7dca04847dfc013e979fe36e3a6.tar.gz |
Integrate ext2ed into the e2fsprogs build system, and make minimal changes so
that it will compile on modern systems. The top-level makefile does not recurse
into the ext2ed directory for now, pending determination of whether the original
author is still maintaining ext2ed.
The documentation files have been renamed to remove the version from the filename.
In addition, the SGML files have been converted from LinuxDoc to DocBook.
The way root_bindir, root_sbindir, and root_libdir have been changed so that
if root_prefix is not set, the values set by the configure command-line options to
set the directory names using --bindir, --sbindir, --libdir will affect the
root_bindir, et.al Makefile variables.
Diffstat (limited to 'util')
-rw-r--r-- | util/ChangeLog | 4 | ||||
-rw-r--r-- | util/subst.conf.in | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/util/ChangeLog b/util/ChangeLog index 172dae9f..c314b31c 100644 --- a/util/ChangeLog +++ b/util/ChangeLog @@ -1,3 +1,7 @@ +2002-05-11 <tytso@snap.thunk.org> + + * subst.conf.in: Add root_sysconfdir and $root_prefix + 2002-03-08 Theodore Tso <tytso@mit.edu> * Release of E2fsprogs 1.27 diff --git a/util/subst.conf.in b/util/subst.conf.in index 23c91f7b..7e0a1d8f 100644 --- a/util/subst.conf.in +++ b/util/subst.conf.in @@ -10,6 +10,8 @@ SIZEOF_LONG @SIZEOF_LONG@ SIZEOF_INT @SIZEOF_INT@ SIZEOF_SHORT @SIZEOF_SHORT@ datadir @datadir@ +root_sysconfdir @root_sysconfdir@ +$root_prefix @root_prefix@ $prefix @prefix@ # Enable the documentation for the journal device mke2fs, tune2fs, and # e2fsck's man page |