Export configure variable localstatedir to C as define LOCALSTATEDIR.
So that it can be used for default values of some paths later on. Michael
This commit is contained in:
parent
d6a247cc04
commit
fb07cb380c
@ -18,7 +18,8 @@
|
|||||||
sbin_PROGRAMS = tinyproxy
|
sbin_PROGRAMS = tinyproxy
|
||||||
|
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
-DSYSCONFDIR=\"${sysconfdir}\"
|
-DSYSCONFDIR=\"${sysconfdir}\" \
|
||||||
|
-DLOCALSTATEDIR=\"${localstatedir}\"
|
||||||
|
|
||||||
tinyproxy_SOURCES = \
|
tinyproxy_SOURCES = \
|
||||||
acl.c acl.h \
|
acl.c acl.h \
|
||||||
|
Loading…
Reference in New Issue
Block a user