# HG changeset patch # User Andreas Schwab # Date 1167133067 0 # Node ID 6b32f9356d95c73cea2134f33e2e39a69ad7506c # Parent b2601c9bc3e89ec3e5704337ddb2a0ff0d33a162 (datarootdir): Define. diff -r b2601c9bc3e8 -r 6b32f9356d95 Makefile.in --- 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@ diff -r b2601c9bc3e8 -r 6b32f9356d95 leim/Makefile.in --- a/leim/Makefile.in Tue Dec 26 03:54:12 2006 +0000 +++ b/leim/Makefile.in Tue Dec 26 11:37:47 2006 +0000 @@ -29,6 +29,7 @@ # Here are the things that we expect ../configure to edit. version=@version@ prefix=@prefix@ +datarootdir=@datarootdir@ datadir=@datadir@ srcdir=@srcdir@