diff options
| author | Andreas Schwab | 2002-07-30 13:53:27 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2002-07-30 13:53:27 +0000 |
| commit | 712eaee029d2596df29a7fdf8e51835f2f272d75 (patch) | |
| tree | 59db464038d3ab94f1932bca51e78b19c7d80d19 /lib-src/Makefile.in | |
| parent | d1706feead4b5154895242c6c1b3fbdfea161b27 (diff) | |
| download | emacs-712eaee029d2596df29a7fdf8e51835f2f272d75.tar.gz emacs-712eaee029d2596df29a7fdf8e51835f2f272d75.zip | |
(localstatedir): New variable.
Diffstat (limited to 'lib-src/Makefile.in')
| -rw-r--r-- | lib-src/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 747a341b6dd..582dd8d7d96 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # Makefile for lib-src subdirectory in GNU Emacs. | 1 | # Makefile for lib-src subdirectory in GNU Emacs. |
| 2 | # Copyright (C) 1985, 1987, 1988, 1993, 1994 Free Software Foundation, Inc. | 2 | # Copyright (C) 1985, 1987, 1988, 1993, 1994, 2002 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | # This file is part of GNU Emacs. | 4 | # This file is part of GNU Emacs. |
| 5 | 5 | ||
| @@ -58,6 +58,9 @@ bindir=@bindir@ | |||
| 58 | # --libexecdir option to `../configure'. | 58 | # --libexecdir option to `../configure'. |
| 59 | libexecdir=@libexecdir@ | 59 | libexecdir=@libexecdir@ |
| 60 | 60 | ||
| 61 | # Directory for local state files for all programs. | ||
| 62 | localstatedir=@localstatedir@ | ||
| 63 | |||
| 61 | # Where to find the source code. This is set by the configure | 64 | # Where to find the source code. This is set by the configure |
| 62 | # script's `--srcdir' option. However, the value of ${srcdir} in | 65 | # script's `--srcdir' option. However, the value of ${srcdir} in |
| 63 | # this makefile is not identical to what was specified with --srcdir, | 66 | # this makefile is not identical to what was specified with --srcdir, |