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