aboutsummaryrefslogtreecommitdiff
path: root/MCONFIG.in
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2006-06-10 16:08:18 +0200
committerMatthias Andree <matthias.andree@gmx.de>2006-06-10 16:08:18 +0200
commitabcfdfda7a5932cbb27ff243ed962119db2599a4 (patch)
tree40a69e508099b74048e298b63c27359989eeff79 /MCONFIG.in
parentaadac9b7bbe7d1f4f0db02f3d7dbd70a856f9153 (diff)
downloade2fsprogs-abcfdfda7a5932cbb27ff243ed962119db2599a4.tar.gz
Read mke2fs.conf and e2fsck.conf from root_sysconfdir rather than harcoded /etc.
Diffstat (limited to 'MCONFIG.in')
-rw-r--r--MCONFIG.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MCONFIG.in b/MCONFIG.in
index 4afb80a2..e8b01556 100644
--- a/MCONFIG.in
+++ b/MCONFIG.in
@@ -33,7 +33,7 @@ datadir = @datadir@
CC = @CC@
BUILD_CC = @BUILD_CC@
-DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
+DEFS = -DLOCALEDIR=\"$(localedir)\" -DROOT_SYSCONFDIR=\"$(root_sysconfdir)\" @DEFS@
CFLAGS = @CFLAGS@
CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib @CPPFLAGS@
INTL_FLAGS = @INTL_FLAGS@