Mercurial > emacs
changeset 74914:6b32f9356d95
(datarootdir): Define.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Tue, 26 Dec 2006 11:37:47 +0000 |
parents | b2601c9bc3e8 |
children | 77a25925b486 |
files | Makefile.in leim/Makefile.in |
diffstat | 2 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Tue Dec 26 03:54:12 2006 +0000 +++ b/Makefile.in Tue Dec 26 11:37:47 2006 +0000 @@ -110,6 +110,10 @@ # 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@