aboutsummaryrefslogtreecommitdiffstats
path: root/MCONFIG.in
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2002-05-11 19:17:00 -0400
committerTheodore Ts'o <tytso@mit.edu>2002-05-11 19:17:00 -0400
commitb5ffeadece25f7dca04847dfc013e979fe36e3a6 (patch)
treef4c7c9313788c95e2d6019ad707eea2fc7a56905 /MCONFIG.in
parent0f31c737dbf999c90a0842e6a499416b8e1f0cb4 (diff)
downloadandroid_external_e2fsprogs-b5ffeadece25f7dca04847dfc013e979fe36e3a6.tar.gz
android_external_e2fsprogs-b5ffeadece25f7dca04847dfc013e979fe36e3a6.tar.bz2
android_external_e2fsprogs-b5ffeadece25f7dca04847dfc013e979fe36e3a6.zip
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 'MCONFIG.in')
-rw-r--r--MCONFIG.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/MCONFIG.in b/MCONFIG.in
index 2e1ac56a..724a9ddb 100644
--- a/MCONFIG.in
+++ b/MCONFIG.in
@@ -9,12 +9,14 @@ SHELL = /bin/sh
prefix = @prefix@
root_prefix = @root_prefix@
exec_prefix = @exec_prefix@
-root_bindir = $(root_prefix)/bin
-root_sbindir = $(root_prefix)/sbin
-root_libdir = $(root_prefix)/lib
+root_bindir = @root_bindir@
+root_sbindir = @root_sbindir@
+root_libdir = @root_libdir@
bindir = @bindir@
sbindir = @sbindir@
libdir = @libdir@
+datadir= @datadir@
+root_sysconfdir= @root_sysconfdir@
includedir = @includedir@
mandir = @mandir@
man1dir = $(mandir)/man1