diff options
author | Greg Ames <gregames@apache.org> | 2002-03-20 16:05:33 +0000 |
---|---|---|
committer | Greg Ames <gregames@apache.org> | 2002-03-20 16:05:33 +0000 |
commit | b8c867e651297f0491715b115ce5ceed9f362794 (patch) | |
tree | c5dd90a0c3d71d415da22a22551c65f86168530d /acinclude.m4 | |
parent | 5f8b426d1d654a97cfbb4f50454870f004787399 (diff) | |
download | httpd-b8c867e651297f0491715b115ce5ceed9f362794.tar.gz |
OS/390: install apachecore.[dll|x] in lib/ rather than bin/ .
The LIBPATH env var already must contain the path to lib/ in order to pick up
apr and apr-util. If we install the core dll there as well, LIBPATH becomes
simpler.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94053 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 38c5e58698..2861238bbd 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -47,6 +47,7 @@ AC_DEFUN(APACHE_GEN_CONFIG_VARS,[ APACHE_SUBST(datadir) APACHE_SUBST(localstatedir) APACHE_SUBST(mandir) + APACHE_SUBST(libdir) APACHE_SUBST(libexecdir) APACHE_SUBST(htdocsdir) APACHE_SUBST(manualdir) |