You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by or...@apache.org on 2001/07/12 09:52:34 UTC

cvs commit: apr/build buildcheck.sh

orlikowski    01/07/12 00:52:33

  Modified:    build    buildcheck.sh
  Log:
  Making sure that the message matches the requirement.
  
  Revision  Changes    Path
  1.5       +1 -1      apr/build/buildcheck.sh
  
  Index: buildcheck.sh
  ===================================================================
  RCS file: /home/cvs/apr/build/buildcheck.sh,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- buildcheck.sh	2001/04/12 04:40:21	1.4
  +++ buildcheck.sh	2001/07/12 07:52:25	1.5
  @@ -25,7 +25,7 @@
   lt_pversion=`$libtool --version 2>/dev/null|sed -e 's/^[^0-9]*//' -e 's/[- ].*//'`
   if test -z "$lt_pversion"; then
   echo "buildconf: libtool not found."
  -echo "           You need libtool version 1.3 or newer installed"
  +echo "           You need libtool version 1.3.3 or newer installed"
   echo "           to build Apache from CVS."
   exit 1
   fi