jim         99/01/15 07:01:16

  Modified:    src/helpers binbuild.sh
  Removed:     src/helpers findprg.sh
  Log:
  First step in making binbuild.sh more
  "universal" as far as working with all/most shells. Remove the
  findprg.sh helper since PrintPath works just fine
  
  Revision  Changes    Path
  1.2       +3 -3      apache-1.3/src/helpers/binbuild.sh
  
  Index: binbuild.sh
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/helpers/binbuild.sh,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- binbuild.sh       1999/01/05 05:14:52     1.1
  +++ binbuild.sh       1999/01/15 15:01:16     1.2
  @@ -11,9 +11,9 @@
   VER=$(echo $APDIR |sed s/apache-//)
   OS=$(src/helpers/GuessOS)
   USER="$(src/helpers/buildinfo.sh -n [EMAIL PROTECTED])"
  -TAR="$(src/helpers/findprg.sh tar)"
  -GTAR="$(src/helpers/findprg.sh gtar)"
  -GZIP="$(src/helpers/findprg.sh gzip)"
  +TAR="$(src/helpers/PrintPath tar)"
  +GTAR="$(src/helpers/PrintPath gtar)"
  +GZIP="$(src/helpers/PrintPath gzip)"
   CONFIGPARAM="--with-layout=BinaryDistribution --enable-module=most 
--enable-shared=max"
   
   if [ ! -f ./ABOUT_APACHE ]
  
  
  

Reply via email to