You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2015/05/22 14:42:50 UTC

svn commit: r1681094 - /tomcat/native/trunk/native/build/buildcheck.sh

Author: rjung
Date: Fri May 22 12:42:49 2015
New Revision: 1681094

URL: http://svn.apache.org/r1681094
Log:
ENOTFOUND.

Modified:
    tomcat/native/trunk/native/build/buildcheck.sh

Modified: tomcat/native/trunk/native/build/buildcheck.sh
URL: http://svn.apache.org/viewvc/tomcat/native/trunk/native/build/buildcheck.sh?rev=1681094&r1=1681093&r2=1681094&view=diff
==============================================================================
--- tomcat/native/trunk/native/build/buildcheck.sh (original)
+++ tomcat/native/trunk/native/build/buildcheck.sh Fri May 22 12:42:49 2015
@@ -19,6 +19,7 @@
 echo "buildconf: checking installation..."
 
 # any python
+# XXX WHAT IS PrintPath ???
 python=`build/PrintPath python`
 if test -z "$python"; then
 echo "buildconf: python not found."
@@ -54,6 +55,7 @@ fi
 # output is multiline from 1.5 onwards
 
 # Require libtool 1.4 or newer
+# XXX WHAT IS PrintPath ???
 libtool=`build/PrintPath glibtool libtool libtool15 libtool14`
 lt_pversion=`$libtool --version 2>/dev/null|sed -e 's/([^)]*)//g;s/^[^0-9]*//;s/[- ].*//g;q'`
 if test -z "$lt_pversion"; then



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org