summaryrefslogtreecommitdiff
path: root/usrinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'usrinst.sh')
-rwxr-xr-xusrinst.sh11
1 files changed, 6 insertions, 5 deletions
diff --git a/usrinst.sh b/usrinst.sh
index db4dbba..59ef824 100755
--- a/usrinst.sh
+++ b/usrinst.sh
@@ -1,8 +1,8 @@
#!/bin/sh
#******************************************************************************
-# Convenience script specifying most common options to ./configure
+# Convenience script specifying most common development options to ./configure
#
-# $Id: usrinst.sh 2362 2009-04-29 07:21:35Z scribe $
+# $Id: usrinst.sh 2486 2009-12-07 04:02:43Z scribe $
#
# Copyright 1998-2009 CrossWire Bible Society (http://www.crosswire.org)
# CrossWire Bible Society
@@ -28,11 +28,12 @@ OPTIONS="--disable-shared $OPTIONS"
OPTIONS="--enable-debug $OPTIONS"
#OPTIONS="--enable-profile $OPTIONS"
-OPTIONS="--with-icu $OPTIONS"
+#OPTIONS="--without-icu $OPTIONS"
+#OPTIONS="--with-icusword $OPTIONS"
#OPTIONS="--without-clucene $OPTIONS"
#OPTIONS="--without-curl $OPTIONS"
-OPTIONS="--enable-tests $OPTIONS"
+#OPTIONS="--disable-tests $OPTIONS"
#OPTIONS="--disable-utilities $OPTIONS"
@@ -40,7 +41,7 @@ OPTIONS="--enable-tests $OPTIONS"
#LIBS="-no-undefined"
#OPTIONS="lt_cv_deplibs_check_method=pass_all $OPTIONS"
-LIBS="$LIBS" CPPFLAGS="$CFLAGS $CPPFLAGS -DUSBINARY" ./configure $OPTIONS $*
+LIBS="$LIBS" ./configure $OPTIONS $*
echo ""