Return-Path: Delivered-To: apache-cvs-archive@hyperreal.org Received: (qmail 25210 invoked by uid 6000); 16 Sep 1998 20:37:46 -0000 Received: (qmail 25134 invoked by alias); 16 Sep 1998 20:37:44 -0000 Delivered-To: apache-1.3-cvs@hyperreal.org Received: (qmail 25108 invoked by uid 125); 16 Sep 1998 20:37:43 -0000 Date: 16 Sep 1998 20:37:43 -0000 Message-ID: <19980916203743.25107.qmail@hyperreal.org> From: jim@hyperreal.org To: apache-1.3-cvs@hyperreal.org Subject: cvs commit: apache-1.3/src/helpers findprg.sh Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org jim 98/09/16 13:37:43 Modified: . configure Removed: src/helpers findprg.sh Log: Avoid some duplication of effort. Revision Changes Path 1.47 +2 -2 apache-1.3/configure Index: configure =================================================================== RCS file: /export/home/cvs/apache-1.3/configure,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- configure 1998/09/16 19:38:25 1.46 +++ configure 1998/09/16 20:37:41 1.47 @@ -119,7 +119,7 @@ ## PERL=no-perl-on-this-system -perlpath="`$aux/findprg.sh perl5 perl miniperl`" +perlpath="`$aux/PrintPath perl5 perl miniperl`" if [ ".$perlpath" != . ]; then PERL="$perlpath" fi @@ -154,7 +154,7 @@ ## AWK=awk -awkpath="`$aux/findprg.sh nawk gawk awk`" +awkpath="`$aux/PrintPath nawk gawk awk`" if [ ".$awkpath" != . ]; then AWK="$awkpath" fi