aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorAndreas Schwab2002-07-30 13:53:27 +0000
committerAndreas Schwab2002-07-30 13:53:27 +0000
commit712eaee029d2596df29a7fdf8e51835f2f272d75 (patch)
tree59db464038d3ab94f1932bca51e78b19c7d80d19 /lib-src
parentd1706feead4b5154895242c6c1b3fbdfea161b27 (diff)
downloademacs-712eaee029d2596df29a7fdf8e51835f2f272d75.tar.gz
emacs-712eaee029d2596df29a7fdf8e51835f2f272d75.zip
(localstatedir): New variable.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog4
-rw-r--r--lib-src/Makefile.in5
2 files changed, 8 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index c9d246b6904..b4742528420 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,7 @@
12002-07-30 Andreas Schwab <schwab@suse.de>
2
3 * Makefile.in (localstatedir): New variable.
4
12002-07-29 Jonathan Kamens <jik@kamens.brookline.ma.us> 52002-07-29 Jonathan Kamens <jik@kamens.brookline.ma.us>
2 6
3 * b2m.pl: Fix regexp for finding return address fields. 7 * b2m.pl: Fix regexp for finding return address fields.
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'.
59libexecdir=@libexecdir@ 59libexecdir=@libexecdir@
60 60
61# Directory for local state files for all programs.
62localstatedir=@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,