Submitted by: Greg Ames
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84454
13f79535-47bb-0310-9956-
ffa450edef68
OS=`src/helpers/GuessOS`
case "x$OS" in
- x*390) CONFIGPARAM="--with-layout=BinaryDistribution --enable-module=most --enable-module=log_agent --enable-module=log_referer --enable-module=example --enable-module=mmap_static";;
+ x*390*) CONFIGPARAM="--with-layout=BinaryDistribution --enable-module=most";;
*) CONFIGPARAM="--with-layout=BinaryDistribution --enable-module=most --enable-shared=max";;
esac
APDIR=`pwd`
if [ "x$TAR" != "x" ]
then
case "x$OS" in
- x*390) $TAR -cfU ../apache_$VER-$OS.tar -C .. apache_$VER;;
+ x*390*) $TAR -cfU ../apache_$VER-$OS.tar -C .. apache_$VER;;
*) $TAR -cf ../apache_$VER-$OS.tar -C .. apache_$VER;;
esac
if [ "x$GZIP" != "x" ]