# HG changeset patch # User Andreas Schwab # Date 1028037182 0 # Node ID adabdbd04d45392635923f76163cb6f3156e731d # Parent 7373deb5ea97b365adae213744657ebcf91fe784 (localstatedir): New variable. diff -r 7373deb5ea97 -r adabdbd04d45 lib-src/Makefile.in --- a/lib-src/Makefile.in Tue Jul 30 11:40:46 2002 +0000 +++ b/lib-src/Makefile.in Tue Jul 30 13:53:02 2002 +0000 @@ -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 @@ # --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,