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-Tag: 2.0.33~176 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=421c580059fc33e70c17cdeebcd5819d6497171e;p=apache 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 f7085ba85d..d549e2db92 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 077647ecfd..634a1f9189 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 $?