From: Andreas Schwab Date: Tue, 26 Dec 2006 11:37:47 +0000 (+0000) Subject: (datarootdir): Define. X-Git-Tag: emacs-pretest-22.0.93~406 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ca1cd89c21cd213b79b4eb28f12f16e468d34e1e;p=emacs.git (datarootdir): Define. --- 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@ diff --git a/leim/Makefile.in b/leim/Makefile.in index 9ac73c55cf2..950f2734aab 100644 --- a/leim/Makefile.in +++ b/leim/Makefile.in @@ -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@