From b5ffeadece25f7dca04847dfc013e979fe36e3a6 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sat, 11 May 2002 19:17:00 -0400 Subject: 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. --- util/ChangeLog | 4 ++++ util/subst.conf.in | 2 ++ 2 files changed, 6 insertions(+) (limited to 'util') 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 + + * subst.conf.in: Add root_sysconfdir and $root_prefix + 2002-03-08 Theodore Tso * 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 -- cgit v1.2.3