1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-24 19:03:29 +00:00

(localstatedir): New variable.

This commit is contained in:
Andreas Schwab 2002-07-30 13:53:27 +00:00
parent d1706feead
commit 712eaee029
2 changed files with 8 additions and 1 deletions

View 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.

View 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,