[sword-svn] r1759 - trunk

dglassey at crosswire.org dglassey at crosswire.org
Wed Mar 30 03:32:39 MST 2005


Author: dglassey
Date: 2005-03-30 03:32:38 -0700 (Wed, 30 Mar 2005)
New Revision: 1759

Modified:
   trunk/usrinst.sh
Log:
put the usrinst settings to what I think users want
please modify your local copy but not check it in for your own settings ;)



Modified: trunk/usrinst.sh
===================================================================
--- trunk/usrinst.sh	2005-03-28 20:16:43 UTC (rev 1758)
+++ trunk/usrinst.sh	2005-03-30 10:32:38 UTC (rev 1759)
@@ -1,17 +1,17 @@
 #!/bin/sh
 
 OPTIONS="--prefix=/usr $OPTIONS"
-OPTIONS="--disable-shared $OPTIONS"
-OPTIONS="--without-conf $OPTIONS"
+#OPTIONS="--disable-shared $OPTIONS"
+#OPTIONS="--without-conf $OPTIONS"
 OPTIONS="--sysconfdir=/etc $OPTIONS"
-OPTIONS="--with-icu $OPTIONS"
+#OPTIONS="--with-icu $OPTIONS"
 #OPTIONS="--with-vcl $OPTIONS"
-OPTIONS="--enable-debug $OPTIONS"
+#OPTIONS="--enable-debug $OPTIONS"
 #OPTIONS="--enable-profile $OPTIONS"
-OPTIONS="--with-lucene $OPTIONS"
-OPTIONS="--without-curl $OPTIONS"
+#OPTIONS="--with-lucene $OPTIONS"
+#OPTIONS="--without-curl $OPTIONS"
 #OPTIONS="--enable-tests $OPTIONS"
-OPTIONS="--disable-utilities $OPTIONS"
+#OPTIONS="--disable-utilities $OPTIONS"
 
 
 CPPFLAGS="$CFLAGS $CPPFLAGS -DUSBINARY" ./configure $OPTIONS $*



More information about the sword-cvs mailing list