]> git.eshelyaron.com Git - emacs.git/commitdiff
(localstatedir): New variable.
authorAndreas Schwab <schwab@suse.de>
Tue, 30 Jul 2002 13:53:27 +0000 (13:53 +0000)
committerAndreas Schwab <schwab@suse.de>
Tue, 30 Jul 2002 13:53:27 +0000 (13:53 +0000)
lib-src/ChangeLog
lib-src/Makefile.in

index c9d246b690483c120ef68ec8bc85a3468f284cf7..b47425284206a997e372222c7140e606257bec12 100644 (file)
@@ -1,3 +1,7 @@
+2002-07-30  Andreas Schwab  <schwab@suse.de>
+
+       * Makefile.in (localstatedir): New variable.
+
 2002-07-29  Jonathan Kamens  <jik@kamens.brookline.ma.us>
 
        * b2m.pl: Fix regexp for finding return address fields.
index 747a341b6ddd9be18fa23f1887ecfd8af6ac927a..582dd8d7d963531c88ed48f7465adf7e897c4ba1 100644 (file)
@@ -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,