]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
Integrate ext2ed into the e2fsprogs build system, and make minimal changes so
authorTheodore Ts'o <tytso@mit.edu>
Sat, 11 May 2002 23:17:00 +0000 (19:17 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 11 May 2002 23:17:00 +0000 (19:17 -0400)
commitb5ffeadece25f7dca04847dfc013e979fe36e3a6
treef4c7c9313788c95e2d6019ad707eea2fc7a56905
parent0f31c737dbf999c90a0842e6a499416b8e1f0cb4
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.
20 files changed:
ChangeLog
MCONFIG.in
configure
configure.in
ext2ed/ChangeLog [new file with mode: 0644]
ext2ed/Makefile [deleted file]
ext2ed/Makefile.in [new file with mode: 0644]
ext2ed/doc/ChangeLog [new file with mode: 0644]
ext2ed/doc/Ext2fs-overview-0.1.sgml [deleted file]
ext2ed/doc/ext2ed-design-0.1.sgml [deleted file]
ext2ed/doc/ext2ed-design.sgml [new file with mode: 0644]
ext2ed/doc/ext2fs-overview.sgml [new file with mode: 0644]
ext2ed/doc/user-guide-0.1.sgml [deleted file]
ext2ed/doc/user-guide.sgml [new file with mode: 0644]
ext2ed/ext2ed.8.in [moved from ext2ed/doc/ext2ed.8 with 82% similarity]
ext2ed/ext2ed.conf.in [moved from ext2ed/ext2ed.conf with 96% similarity]
ext2ed/ext2ed.h
ext2ed/init.c
util/ChangeLog
util/subst.conf.in