]> git.ipfire.org Git - thirdparty/apache/httpd.git/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:23:57 +0000 (07:23 +0000)
committerWilfredo Sanchez <wsanchez@apache.org>
Fri, 29 Nov 2002 07:23:57 +0000 (07:23 +0000)
commit8f2c768fa0846e3e9b0ffe72828a6ae6caa2ec28
tree4d657804a4c2b1e58ead92f4cadd1074c872556c
parent22604025d41b4609eaf32870a24b190a71d45aae
  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@97673 13f79535-47bb-0310-9956-ffa450edef68
configure.in