]> git.eshelyaron.com Git - emacs.git/commitdiff
(datarootdir): Define.
authorAndreas Schwab <schwab@suse.de>
Tue, 26 Dec 2006 11:37:47 +0000 (11:37 +0000)
committerAndreas Schwab <schwab@suse.de>
Tue, 26 Dec 2006 11:37:47 +0000 (11:37 +0000)
Makefile.in
leim/Makefile.in

index 634a32efbe53a7496bcde7684f7111342f5a62a4..54c55ea9f62d3ba7e69eaf6c2610f1a028c79af7 100644 (file)
@@ -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@
index 9ac73c55cf2086c6e7ffc30d4fd2936f84719046..950f2734aab16b8623c135867ad1487ca5b21659 100644 (file)
@@ -29,6 +29,7 @@ SHELL = /bin/sh
 # Here are the things that we expect ../configure to edit.
 version=@version@
 prefix=@prefix@
+datarootdir=@datarootdir@
 datadir=@datadir@
 srcdir=@srcdir@