wsanchez    01/04/02 17:39:11

  Modified:    build    buildcheck.sh
  Log:
  Find glibtool
  
  Revision  Changes    Path
  1.3       +2 -1      apr/build/buildcheck.sh
  
  Index: buildcheck.sh
  ===================================================================
  RCS file: /home/cvs/apr/build/buildcheck.sh,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- buildcheck.sh     2001/04/02 19:01:10     1.2
  +++ buildcheck.sh     2001/04/03 00:39:09     1.3
  @@ -21,7 +21,8 @@
   fi
   
   # libtool 1.3.3 or newer
  -lt_pversion=`libtool --version 2>/dev/null|sed -e 's/^[^0-9]*//' -e 's/[- 
].*//'`
  +libtool=`build/PrintPath glibtool libtool`
  +lt_pversion=`$libtool --version 2>/dev/null|sed -e 's/^[^0-9]*//' -e 's/[- 
].*//'`
   if test "$lt_pversion" = ""; then
   echo "buildconf: libtool not found."
   echo "           You need libtool version 1.3 or newer installed"
  
  
  

Reply via email to