diff options
| author | Andreas Schwab | 2006-12-26 11:37:47 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2006-12-26 11:37:47 +0000 |
| commit | ca1cd89c21cd213b79b4eb28f12f16e468d34e1e (patch) | |
| tree | 08b206d5e866c5a9855328d6a4dac204f920e38f | |
| parent | dbb8dfc762a84460bfabed6548853216dc3c5d89 (diff) | |
| download | emacs-ca1cd89c21cd213b79b4eb28f12f16e468d34e1e.tar.gz emacs-ca1cd89c21cd213b79b4eb28f12f16e468d34e1e.zip | |
(datarootdir): Define.
| -rw-r--r-- | Makefile.in | 4 | ||||
| -rw-r--r-- | leim/Makefile.in | 1 |
2 files changed, 5 insertions, 0 deletions
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@ | |||
| 110 | # run directly (like etags). | 110 | # run directly (like etags). |
| 111 | bindir=@bindir@ | 111 | bindir=@bindir@ |
| 112 | 112 | ||
| 113 | # The root of the directory tree for read-only architecture-independent | ||
| 114 | # data files. ${datadir}, ${infodir} and ${mandir} are based on this. | ||
| 115 | datarootdir=@datarootdir@ | ||
| 116 | |||
| 113 | # Where to install architecture-independent data files. ${lispdir} | 117 | # Where to install architecture-independent data files. ${lispdir} |
| 114 | # and ${etcdir} are subdirectories of this. | 118 | # and ${etcdir} are subdirectories of this. |
| 115 | datadir=@datadir@ | 119 | 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 | |||
| 29 | # Here are the things that we expect ../configure to edit. | 29 | # Here are the things that we expect ../configure to edit. |
| 30 | version=@version@ | 30 | version=@version@ |
| 31 | prefix=@prefix@ | 31 | prefix=@prefix@ |
| 32 | datarootdir=@datarootdir@ | ||
| 32 | datadir=@datadir@ | 33 | datadir=@datadir@ |
| 33 | srcdir=@srcdir@ | 34 | srcdir=@srcdir@ |
| 34 | 35 | ||