]> granicus.if.org Git - apache/commitdiff
on OS/390, instdso.sh should just use libtool, since libtool for
authorJeff Trawick <trawick@apache.org>
Wed, 20 Feb 2002 20:11:32 +0000 (20:11 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 20 Feb 2002 20:11:32 +0000 (20:11 +0000)
OS/390 is very Apache-friendly and doesn't play with the names
of DSO files

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93518 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
build/instdso.sh

diff --git a/CHANGES b/CHANGES
index f7085ba85d8bbefe2d9cfc33ff8ed7bde9375e85..d549e2db92f9f6049a0e8f0ae085076662c15669 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,8 @@
 Changes with Apache 2.0.33-dev
+
+  *) OS/390: Get make install to properly copy DSO modules.
+     [Jeff Trawick]
+
   *) Win32: Fix bug in mod_status with displaying "Restart Time"
      and "Server uptime".
      [Bill Stoddard]
index 077647ecfdc92d54cf0fe0cd3441604aac95840f..634a1f9189f4298d8131d49e7006a1930dc11170 100755 (executable)
@@ -43,7 +43,7 @@ case $SYS in
         echo $CMD
         $CMD || exit $?
         ;;
-    OS/2)
+    OS/2|OS/390)
         CMD="$SH_LIBTOOL --mode=install cp $DSOARCHIVE $TARGETDIR/"
         echo $CMD
         $CMD || exit $?