Received: by taz.hyperreal.com (8.8.3/V2.0) id HAA23690; Sun, 19 Jan 1997 07:46:52 -0800 (PST) Received: from sierra.zyzzyva.com by taz.hyperreal.com (8.8.3/V2.0) with ESMTP id HAA23683; Sun, 19 Jan 1997 07:46:48 -0800 (PST) Received: from sierra (localhost [127.0.0.1]) by sierra.zyzzyva.com (8.8.4/8.8.2) with ESMTP id JAA16851 for ; Sun, 19 Jan 1997 09:50:06 -0600 (CST) Message-Id: <199701191550.JAA16851@sierra.zyzzyva.com> To: new-httpd@hyperreal.com Subject: Re: Configure patch In-reply-to: ben's message of Sun, 19 Jan 1997 14:29:40 +0000. <9701191429.aa14554@gonzo.ben.algroup.co.uk> X-uri: http://www.zyzzyva.com/ Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 19 Jan 1997 09:50:06 -0600 From: Randy Terbush Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@hyperreal.com +1 if you are soliciting votes... > Index: src/Configure > =================================================================== > RCS file: /export/home/cvs/apache/src/Configure,v > retrieving revision 1.70 > diff -c -r1.70 Configure > *** Configure 1997/01/10 13:23:30 1.70 > --- Configure 1997/01/19 15:34:51 > *************** > *** 17,22 **** > --- 17,23 ---- > file=Configuration > tmpfile=htconf.$$ > makefile_tmpl=Makefile.tmpl > + CONF_TEST_EXECUTABLE=-x > > while [ "x$1" != "x" ]; do > if [ "x$1" = "x-file" ] ; then > *************** > *** 358,363 **** > --- 359,365 ---- > OS='ULTRIX' > CFLAGS="-DULTRIX" > DEF_WANTHSREGEX=yes > + CONF_TEST_EXECUTABLE=-r > ;; > *powerpc-tenon-machten*) > OS='MachTen' > *************** > *** 394,399 **** > --- 396,403 ---- > ;; > esac > > + export CONF_TEST_EXECUTABLE > + > # > # See if we need to override WANTHSREGEX > # > Index: src/helpers/PrintPath > =================================================================== > RCS file: /export/home/cvs/apache/src/helpers/PrintPath,v > retrieving revision 1.5 > diff -c -r1.5 PrintPath > *** PrintPath 1997/01/06 18:10:23 1.5 > --- PrintPath 1997/01/19 15:35:04 > *************** > *** 3,8 **** > --- 3,9 ---- > # will print out the full pathname unless > # called with the '-s' option > # > + > if [ "x$1" = "x-s" ]; then > shift > else > *************** > *** 15,21 **** > s/:$/:./ > s/:/ /g' ` > do > ! if [ -r $path/$1 ] && [ ! -d $path/$1 ]; then > if [ "$echo" = "yes" ]; then > echo $path/$1 > fi > --- 16,22 ---- > s/:$/:./ > s/:/ /g' ` > do > ! if [ $CONF_TEST_EXECUTABLE $path/$1 ] && [ ! -d $path/$1 ]; then > if [ "$echo" = "yes" ]; then > echo $path/$1 > fi > > -- > Ben Laurie Phone: +44 (181) 994 6435 Email: ben@algroup.co.uk > Freelance Consultant and Fax: +44 (181) 994 6472 > Technical Director URL: http://www.algroup.co.uk/Apache-SSL > A.L. Digital Ltd, Apache Group member (http://www.apache.org) > London, England. Apache-SSL author