]> granicus.if.org Git - apache/commitdiff
look for config.guess in apr's build dir
authorGreg Ames <gregames@apache.org>
Fri, 24 Aug 2001 21:45:28 +0000 (21:45 +0000)
committerGreg Ames <gregames@apache.org>
Fri, 24 Aug 2001 21:45:28 +0000 (21:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90650 13f79535-47bb-0310-9956-ffa450edef68

build/binbuild.sh

index f646508b4cf4eeb6c0629d59605b1254845d1018..d430212edf5559ca589caec488500846dd91eab6 100755 (executable)
@@ -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`