summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Wagner <wferi@niif.hu>2009-09-05 18:41:53 +0200
committerH. Peter Anvin <hpa@zytor.com>2009-09-14 14:40:17 -0700
commit44c98cf8b63a644ee07ac12a1ed3503875bb2b4d (patch)
tree26d5722cc6ef2059837d10c2a4287a68f532dff2
parent338648870e57ff91699b8d65633213762ce1bc58 (diff)
downloadtftp-hpa-44c98cf8b63a644ee07ac12a1ed3503875bb2b4d.tar.gz
Downcase datarootdir, so mandir et al. find their defaults
mandir et all uses $(datarootdir), not $(DATAROOTDIR) Signed-off-by: Ferenc Wagner <wferi@niif.hu> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--MCONFIG.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MCONFIG.in b/MCONFIG.in
index ecff393..2660f7e 100644
--- a/MCONFIG.in
+++ b/MCONFIG.in
@@ -32,7 +32,7 @@ MANDIR = @mandir@
SBINDIR = @sbindir@
# Data root directory
-DATAROOTDIR = @datarootdir@
+datarootdir = @datarootdir@
# Binary suffixes
O = @OBJEXT@