From 1e469e0c2e0b6d9a4115603e8ee1eee39a999f0d Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 13 Jun 1996 21:14:38 +0000 Subject: (localstatedir, sharedstatedir): Add variables. --- config.make.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.make.in b/config.make.in index bcfc1c8f..ad7c3f8c 100644 --- a/config.make.in +++ b/config.make.in @@ -16,6 +16,8 @@ sbindir = $(exec_prefix)/sbin includedir = $(exec_prefix)/include infodir = $(prefix)/info sysconfdir = $(prefix)/etc +localstatedir = $(prefix)/var +sharedstatedir = $(prefix)/com # How to run compilation tools. CC = @CC@ -- cgit v1.2.3