]> granicus.if.org Git - apache/commitdiff
OS/390: install apachecore.[dll|x] in lib/ rather than bin/ .
authorGreg Ames <gregames@apache.org>
Wed, 20 Mar 2002 16:05:33 +0000 (16:05 +0000)
committerGreg Ames <gregames@apache.org>
Wed, 20 Mar 2002 16:05:33 +0000 (16:05 +0000)
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

Makefile.in
acinclude.m4

index 3154be0d0c9b8886545fb45a29a312aa3569dc49..7d255e0ebf368a668f4d4ebba53cfd6665bfcf1e 100644 (file)
@@ -132,7 +132,7 @@ install-other:
        @for ext in dll x; do \
                file=apachecore.$$ext; \
                if test -f $$file; then \
-                       cp -p $$file $(bindir); \
+                       cp -p $$file $(libdir); \
                fi; \
        done; \
        file=httpd.dll; \
index 38c5e58698a2276b6483a0eef0ba43d9de17d13b..2861238bbde184a32072a96a355f28a5f3bd3a2e 100644 (file)
@@ -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)