From: Greg Ames Date: Fri, 24 Aug 2001 21:45:28 +0000 (+0000) Subject: look for config.guess in apr's build dir X-Git-Tag: 2.0.25~66 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8838912b78dbb278d11e1d87b6e631ea5131c615;p=thirdparty%2Fapache%2Fhttpd.git look for config.guess in apr's build dir git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90650 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/binbuild.sh b/build/binbuild.sh index f646508b4cf..d430212edf5 100755 --- a/build/binbuild.sh +++ b/build/binbuild.sh @@ -6,7 +6,7 @@ # This script falls under the Apache License. # See http://www.apache.org/docs/LICENSE -OS=`./config.guess` +OS=`./srclib/apr/build/config.guess` CONFIGPARAM="--with-layout=BinaryDistribution --prefix=`pwd`/bindist" APDIR=`pwd` APDIR=`basename $APDIR`