(datarootdir): Define.

This commit is contained in:
Andreas Schwab 2006-12-26 11:37:47 +00:00
parent dbb8dfc762
commit ca1cd89c21
2 changed files with 5 additions and 0 deletions

View 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@

View 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@