summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorRoy T. Fielding <fielding@apache.org>2001-05-18 00:48:57 +0000
committerRoy T. Fielding <fielding@apache.org>2001-05-18 00:48:57 +0000
commit62367507a993a6e5b77deb2d763fbe51f6463ca4 (patch)
tree7dd71990272113edbd65e9e255e2efce9152c2bf /acinclude.m4
parenta65b5faece27c4fa28dd0025b20417d745f9cfb7 (diff)
downloadhttpd-62367507a993a6e5b77deb2d763fbe51f6463ca4.tar.gz
Change the make targets and rules to be consistent in all of the
Apache-owned source trees. Sanity is a good thing. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89140 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index ee96803052..bf71ff8d08 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -76,6 +76,7 @@ AC_DEFUN(APACHE_GEN_CONFIG_VARS,[
APACHE_SUBST(LIBTOOL)
APACHE_SUBST(SHELL)
APACHE_SUBST(MODULE_DIRS)
+ APACHE_SUBST(MODULE_CLEANDIRS)
APACHE_SUBST(PORT)
APACHE_SUBST(CORE_IMPLIB_FILE)
APACHE_SUBST(CORE_IMPLIB)
@@ -144,6 +145,8 @@ AC_DEFUN(APACHE_MODPATH_FINISH,[
echo "shared = $modpath_shared" >> $modpath_current/modules.mk
if test ! -z "$modpath_static" -o ! -z "$modpath_shared"; then
MODULE_DIRS="$MODULE_DIRS $current_dir"
+ else
+ MODULE_CLEANDIRS="$MODULE_CLEANDIRS $current_dir"
fi
APACHE_FAST_OUTPUT($modpath_current/Makefile)
])dnl