aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2014-04-09 04:14:37 +0000
committerRob Austein <sra@hactrn.net>2014-04-09 04:14:37 +0000
commit997e067c6252b376edfc7768a0495d3c863dcd33 (patch)
treed1098877711f5fc445db52e090a6c8bfc4229db2 /Makefile.in
parent3059776adf7c0ab739cab4ab6efc591c1ef140d0 (diff)
Some autoconf settings weren't propagating to autoconf.py.
relaxng test belongs with the other CA tests. svn path=/branches/tk685/; revision=5773
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 19264b1b..63705f81 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -28,6 +28,13 @@ OPENSSL_TARGET = @OPENSSL_TARGET@
RP_TARGET = @RP_TARGET@
CA_TARGET = @CA_TARGET@
+WSGI_DAEMON_PROCESS = @WSGI_DAEMON_PROCESS@
+WSGI_PROCESS_GROUP = @WSGI_PROCESS_GROUP@
+RCYNIC_HTML_DIR = @RCYNIC_HTML_DIR@
+APACHE_VERSION = @APACHE_VERSION@
+WSGI_PYTHON_EGG_CACHE_DIR = @WSGI_PYTHON_EGG_CACHE_DIR@
+WSGI_PYTHON_EGG_CACHE_USER = @WSGI_PYTHON_EGG_CACHE_USER@
+
SETUP_PY_INSTALL_LAYOUT = @SETUP_PY_INSTALL_LAYOUT@
SETUP_PY_ROOT = `${PYTHON} -c 'import sys; print "--root " + sys.argv[1] if sys.argv[1] else ""' '${DESTDIR}'`