summaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorBrian Havard <bjh@apache.org>2001-04-02 17:20:45 +0200
committerBrian Havard <bjh@apache.org>2001-04-02 17:20:45 +0200
commitdea84b1a0b92c59219484ba209107de0ad27aeb6 (patch)
tree5a5c1cdf245111190ae7822945672777bcb1ddaa /acinclude.m4
parentCommit early and often. This should merge all changes into (diff)
downloadapache2-dea84b1a0b92c59219484ba209107de0ad27aeb6.tar.xz
apache2-dea84b1a0b92c59219484ba209107de0ad27aeb6.zip
Switch to using aplibtool for building under OS/2 & add support for building
loadable modules as OS/2 DLLs. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88645 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m44
1 files changed, 4 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index ecb2b35080..352605f458 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -86,6 +86,10 @@ AC_DEFUN(APACHE_GEN_CONFIG_VARS,[
APACHE_SUBST(PORT)
APACHE_SUBST(NOTEST_CFLAGS)
APACHE_SUBST(NOTEST_LDFLAGS)
+ APACHE_SUBST(CORE_IMPLIB_FILE)
+ APACHE_SUBST(CORE_IMPLIB)
+ APACHE_SUBST(SH_LIBTOOL)
+ APACHE_SUBST(MK_IMPLIB)
abs_srcdir="`(cd $srcdir && pwd)`"