summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2002-12-19 05:35:55 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2002-12-19 05:35:55 +0000
commite65f806d489e74876f6d5f3d1ba73cf08ae39a18 (patch)
tree9f06494d40a35b462c3a243a8f37204b69448aec /acinclude.m4
parent51e58b89dc3a3624b3de459f45c8efdc9c6e5255 (diff)
downloadhttpd-e65f806d489e74876f6d5f3d1ba73cf08ae39a18.tar.gz
- Add MKDEP to config_vars.mk file
- Do not print out the commands used when doing 'make depend' git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98036 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 0b8086e6cb..cb12792a14 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -85,6 +85,7 @@ AC_DEFUN(APACHE_GEN_CONFIG_VARS,[
APACHE_SUBST(SH_LIBS)
APACHE_SUBST(SH_LIBTOOL)
APACHE_SUBST(MK_IMPLIB)
+ APACHE_SUBST(MKDEP)
APACHE_SUBST(INSTALL_PROG_FLAGS)
APACHE_SUBST(DSO_MODULES)
APACHE_SUBST(APR_BINDIR)