summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-07-22 14:44:40 -0400
committerH. Peter Anvin <hpa@zytor.com>2008-07-22 14:44:40 -0400
commit3e7043c50fa6fd244ec94a37485b23eb331ede5a (patch)
treea3bc1eea675307864c1a2cd2fc101454d81a21f5
parent50f22a7ad208a4b1a8819af7f64b97e18f1105ee (diff)
downloadtftp-hpa-3e7043c50fa6fd244ec94a37485b23eb331ede5a.tar.gz
Define DATAROOTDIR in MCONFIG.in to shut up autoconf
Shut up autoconf warning by defining DATAROOTDIR in MCONFIG.in. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--MCONFIG.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/MCONFIG.in b/MCONFIG.in
index 716bedc..ecff393 100644
--- a/MCONFIG.in
+++ b/MCONFIG.in
@@ -31,6 +31,9 @@ MANDIR = @mandir@
# System binaries
SBINDIR = @sbindir@
+# Data root directory
+DATAROOTDIR = @datarootdir@
+
# Binary suffixes
O = @OBJEXT@
X = @EXEEXT@