From 44c98cf8b63a644ee07ac12a1ed3503875bb2b4d Mon Sep 17 00:00:00 2001 From: Ferenc Wagner Date: Sat, 5 Sep 2009 18:41:53 +0200 Subject: [PATCH] Downcase datarootdir, so mandir et al. find their defaults mandir et all uses $(datarootdir), not $(DATAROOTDIR) Signed-off-by: Ferenc Wagner Signed-off-by: H. Peter Anvin --- MCONFIG.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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@