[sword-cvs] sword Makefile.am,1.37,1.38 usrinst.sh,1.32,1.33
sword@www.crosswire.org
sword@www.crosswire.org
Thu, 28 Aug 2003 23:13:30 -0700
Update of /usr/local/cvsroot/sword
In directory www:/tmp/cvs-serv15088
Modified Files:
Makefile.am usrinst.sh
Log Message:
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/sword/Makefile.am,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- Makefile.am 29 Aug 2003 06:00:16 -0000 1.37
+++ Makefile.am 29 Aug 2003 06:13:28 -0000 1.38
@@ -106,11 +106,7 @@
iculibs = -licui18n -licuuc
endif
-if USELUCENE
-lucenelibs = -lclucene
-endif
-
-testlib_LDADD = -L./lib -lsword $(iculibs) $(lucenelibs)
+testlib_LDADD = -L./lib -lsword $(iculibs)
include locales.d/Makefile.am
include samples/Makefile.am
Index: usrinst.sh
===================================================================
RCS file: /usr/local/cvsroot/sword/usrinst.sh,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- usrinst.sh 17 Jul 2003 08:46:17 -0000 1.32
+++ usrinst.sh 29 Aug 2003 06:13:28 -0000 1.33
@@ -7,6 +7,7 @@
#OPTIONS="--with-vcl $OPTIONS"
#OPTIONS="--enable-debug $OPTIONS"
#OPTIONS="--enable-profile $OPTIONS"
+OPTIONS="--without-lucene $OPTIONS"
CPPFLAGS="$CFLAGS $CPPFLAGS -DUSBINARY" ./configure $OPTIONS $*