From: Jeff Trawick Date: Wed, 20 Feb 2002 20:11:32 +0000 (+0000) Subject: on OS/390, instdso.sh should just use libtool, since libtool for X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfaa78d39240570423f3b279543e58d9c894d1a0;p=thirdparty%2Fapache%2Fhttpd.git on OS/390, instdso.sh should just use libtool, since libtool for 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 --- diff --git a/CHANGES b/CHANGES index f7085ba85d8..d549e2db92f 100644 --- 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] diff --git a/build/instdso.sh b/build/instdso.sh index 077647ecfdc..634a1f9189f 100755 --- a/build/instdso.sh +++ b/build/instdso.sh @@ -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 $?