From: <ust...@us...> - 2009-03-15 12:54:22
|
Revision: 2950 http://clucene.svn.sourceforge.net/clucene/?rev=2950&view=rev Author: ustramooner Date: 2009-03-15 12:54:09 +0000 (Sun, 15 Mar 2009) Log Message: ----------- fix 2508277. autogen.sh script doesn't work on Mac OS X Modified Paths: -------------- trunk/autogen.sh Modified: trunk/autogen.sh =================================================================== --- trunk/autogen.sh 2009-01-10 17:17:55 UTC (rev 2949) +++ trunk/autogen.sh 2009-03-15 12:54:09 UTC (rev 2950) @@ -36,7 +36,7 @@ DIE=1 } -(libtool --version) < /dev/null > /dev/null 2>&1 || { +(libtool --help) < /dev/null > /dev/null 2>&1 || { echo echo "**Error**: You must have \`libtool' installed to call autogen.sh." echo "Get ftp://ftp.gnu.org/pub/gnu/libtool-1.2d.tar.gz" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |