From: Andreas Schwab Date: Tue, 30 Jul 2002 13:53:27 +0000 (+0000) Subject: (localstatedir): New variable. X-Git-Tag: ttn-vms-21-2-B4~13811 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=712eaee029d2596df29a7fdf8e51835f2f272d75;p=emacs.git (localstatedir): New variable. --- 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 @@ +2002-07-30 Andreas Schwab + + * Makefile.in (localstatedir): New variable. + 2002-07-29 Jonathan Kamens * 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 @@ # Makefile for lib-src subdirectory in GNU Emacs. -# Copyright (C) 1985, 1987, 1988, 1993, 1994 Free Software Foundation, Inc. +# Copyright (C) 1985, 1987, 1988, 1993, 1994, 2002 Free Software Foundation, Inc. # This file is part of GNU Emacs. @@ -58,6 +58,9 @@ bindir=@bindir@ # --libexecdir option to `../configure'. libexecdir=@libexecdir@ +# Directory for local state files for all programs. +localstatedir=@localstatedir@ + # Where to find the source code. This is set by the configure # script's `--srcdir' option. However, the value of ${srcdir} in # this makefile is not identical to what was specified with --srcdir,