[sword-cvs] sword configure.ac,1.31,1.32
sword@www.crosswire.org
sword@www.crosswire.org
Thu, 29 Jan 2004 10:25:03 -0700
- Previous message: [sword-cvs] swordreader/src/gui Main.cpp,1.3,1.4 Navigator.cpp,1.3,1.4 Navigator.h,1.3,1.4 SwordIndex.cpp,1.6,1.7 SwordIndex.h,1.3,1.4 gui.vcl,1.13,1.14
- Next message: [sword-cvs] sword/lib Makefile.am,1.16,1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/core/sword
In directory www:/tmp/cvs-serv16600
Modified Files:
configure.ac
Log Message:
dglassey: don't use clucene by default
bump cvs version to 1.5.8
Index: configure.ac
===================================================================
RCS file: /cvs/core/sword/configure.ac,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- configure.ac 26 Dec 2003 05:53:13 -0000 1.31
+++ configure.ac 29 Jan 2004 17:25:01 -0000 1.32
@@ -2,13 +2,13 @@
# Initialisation
# ---------------------------------------------------------------------
-AC_INIT(sword, 1.5.7, sword-bugs@crosswire.org)
+AC_INIT(sword, 1.5.8, sword-bugs@crosswire.org)
AC_CONFIG_SRCDIR(sword.bmp)
AC_PREREQ(2.52)
AC_REVISION($Revision$)
AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE(sword, 1.5.7)
+AM_INIT_AUTOMAKE(sword, 1.5.8Â)
AM_CONFIG_HEADER(config.h)
@@ -32,7 +32,7 @@
AC_ARG_WITH(icu,[ --with-icu use ICU for unicode [default=no]],,with_icu=no)
AC_ARG_WITH(conf,[ --with-conf install a new sword.conf [default=yes]],,with_conf=yes)
AC_ARG_WITH(curl,[ --with-curl build install manager support using libcurl [default=yes]],,with_curl=yes)
-AC_ARG_WITH(lucene,[ --with-lucene include lucene support for searching [default=yes]],,with_lucene=yes)
+AC_ARG_WITH(lucene,[ --with-lucene include lucene support for searching [default=no]],,with_lucene=no)
# ---------------------------------------------------------------------
- Previous message: [sword-cvs] swordreader/src/gui Main.cpp,1.3,1.4 Navigator.cpp,1.3,1.4 Navigator.h,1.3,1.4 SwordIndex.cpp,1.6,1.7 SwordIndex.h,1.3,1.4 gui.vcl,1.13,1.14
- Next message: [sword-cvs] sword/lib Makefile.am,1.16,1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]