diff options
author | Brian Havard <bjh@apache.org> | 2001-04-02 17:20:45 +0200 |
---|---|---|
committer | Brian Havard <bjh@apache.org> | 2001-04-02 17:20:45 +0200 |
commit | dea84b1a0b92c59219484ba209107de0ad27aeb6 (patch) | |
tree | 5a5c1cdf245111190ae7822945672777bcb1ddaa /acinclude.m4 | |
parent | Commit early and often. This should merge all changes into (diff) | |
download | apache2-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.m4 | 4 |
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)`" |