]> granicus.if.org Git - apache/commit
If apr and apr-util are not in-tree, we need to be able to find the
authorWilfredo Sanchez <wsanchez@apache.org>
Fri, 29 Nov 2002 07:21:07 +0000 (07:21 +0000)
committerWilfredo Sanchez <wsanchez@apache.org>
Fri, 29 Nov 2002 07:21:07 +0000 (07:21 +0000)
commit22604025d41b4609eaf32870a24b190a71d45aae
tree335a2c2777f5434be0e03f8fd71f06d1b5d05233
parent09b909eeacbe818b8fad7395c3ca603e2a2bbadb
If apr and apr-util are not in-tree, we need to be able to find the
include directory for each in order to generate the server/exports.c
and server/export_vars.h files.

configure.in:
 - Provide APR_INCLUDEDIR, APU_INCLUDEDIR.

server/Makefile.in:
 - Use $APR_INCLUDEDIR $APU_INCLUDEDIR vars.
 - Add export_files target to generate a list of headers with symbols
 to export, use that list to generate exports.c and export_vars.h.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97672 13f79535-47bb-0310-9956-ffa450edef68
acinclude.m4
server/.cvsignore
server/Makefile.in