[sword-svn] r1681 - trunk

jansorg at crosswire.org jansorg at crosswire.org
Sat Oct 23 11:11:14 MST 2004


Author: jansorg
Date: 2004-10-23 11:11:13 -0700 (Sat, 23 Oct 2004)
New Revision: 1681

Modified:
   trunk/autogen.sh
Log:
Fixed autogen.sh to work with SUN's tools.



Modified: trunk/autogen.sh
===================================================================
--- trunk/autogen.sh	2004-09-23 00:14:58 UTC (rev 1680)
+++ trunk/autogen.sh	2004-10-23 18:11:13 UTC (rev 1681)
@@ -1,7 +1,7 @@
 #!/bin/sh
 echo "*** Sword build system generation"
 echo "*** Recreating libtool"
-if test -z $LTIZE; then
+if test -z "$LTIZE"; then
 LTIZE="$AUTODIR""libtoolize"
 fi
 echo "$LTIZE"



More information about the sword-cvs mailing list