summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2006-12-26 11:37:47 +0000
committerAndreas Schwab <schwab@suse.de>2006-12-26 11:37:47 +0000
commitca1cd89c21cd213b79b4eb28f12f16e468d34e1e (patch)
tree08b206d5e866c5a9855328d6a4dac204f920e38f /Makefile.in
parentdbb8dfc762a84460bfabed6548853216dc3c5d89 (diff)
downloademacs-ca1cd89c21cd213b79b4eb28f12f16e468d34e1e.tar.gz
(datarootdir): Define.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 634a32efbe5..54c55ea9f62 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -110,6 +110,10 @@ exec_prefix=@exec_prefix@
# run directly (like etags).
bindir=@bindir@
+# The root of the directory tree for read-only architecture-independent
+# data files. ${datadir}, ${infodir} and ${mandir} are based on this.
+datarootdir=@datarootdir@
+
# Where to install architecture-independent data files. ${lispdir}
# and ${etcdir} are subdirectories of this.
datadir=@datadir@