From: Jeff Trawick Date: Tue, 14 May 2002 14:22:27 +0000 (+0000) Subject: binbuild.sh was using the ancient syntax --with-layout=BinaryDistribution X-Git-Tag: 2.0.37~393 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19af7c12d6adce9ff5e7b3f27e040e64cf4e15de;p=thirdparty%2Fapache%2Fhttpd.git binbuild.sh was using the ancient syntax --with-layout=BinaryDistribution instead of --enable-layout=BinaryDistribution I changed the layout for BinaryDistribution to install under /usr/local/apache2 instead of /usr/local/apache. Hopefully the rest of the layout is reasonable. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95089 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/binbuild.sh b/build/binbuild.sh index 2c3d23a6c8f..ebf7efcf7e5 100755 --- a/build/binbuild.sh +++ b/build/binbuild.sh @@ -12,7 +12,7 @@ DEFAULT_DIR="/usr/local/apache2" APDIR=`pwd` APDIR=`basename $APDIR` APFULLDIR=`pwd` -CONFIGPARAM="--with-layout=BinaryDistribution --prefix=$BUILD_DIR --enable-mods-shared=most --with-expat=$APFULLDIR/srclib/apr-util/xml/expat --enable-static-support" +CONFIGPARAM="--enable-layout=BinaryDistribution --prefix=$BUILD_DIR --enable-mods-shared=most --with-expat=$APFULLDIR/srclib/apr-util/xml/expat --enable-static-support" VER=`echo $APDIR |sed s/httpd-//` TAR="`srclib/apr/build/PrintPath tar`" GTAR="`srclib/apr/build/PrintPath gtar`" diff --git a/config.layout b/config.layout index 1cab48454de..ba586464c53 100644 --- a/config.layout +++ b/config.layout @@ -60,7 +60,7 @@ # Apache binary distribution path layout - prefix: /usr/local/apache + prefix: /usr/local/apache2 exec_prefix: bindir: bin sbindir: bin