[OpenAFS-devel] [PATCH] dirpath.h generation

Jeremy Katz katzj@redhat.com
Sat, 6 Oct 2001 16:27:33 -0400


Add the additional variables to the Makefile for generation of dirpath.h
to occur properly when for example, afsconfdir=${sysconfdir}/openafs

Jeremy

--- openafs-1.2.0/src/util/Makefile.in~	Fri Sep  7 19:36:06 2001
+++ openafs-1.2.0/src/util/Makefile.in	Fri Oct  5 13:28:21 2001
@@ -14,6 +14,8 @@
 libdir=@libdir@
 includedir=@includedir@
 mandir=@mandir@
+sysconfdir=@sysconfdir@
+localstatedir=@localstatedir@
 COMPILE_ET=${TOP_SRCDIR}/comerr/compile_et
 RXGEN=${TOP_SRCDIR}/rxgen/rxgen
 TOP_SRCDIR=@TOP_SRCDIR@