[sword-cvs] sword configure.ac,1.35,1.36
sword@www.crosswire.org
sword@www.crosswire.org
Fri, 9 Apr 2004 10:39:32 -0700
Update of /cvs/core/sword
In directory www:/tmp/cvs-serv24050
Modified Files:
configure.ac
Log Message:
dglassey: initial work on multi-versification versekey
Index: configure.ac
===================================================================
RCS file: /cvs/core/sword/configure.ac,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- configure.ac 10 Feb 2004 18:15:54 -0000 1.35
+++ configure.ac 9 Apr 2004 17:39:29 -0000 1.36
@@ -46,6 +46,7 @@
AC_ARG_ENABLE(tests,[ --enable-tests build test programs [default=no]],,enable_tests=no)
AC_ARG_ENABLE(utilities,[ --enable-utilities build utilities [default=yes]],,enable_utilities=yes)
AC_ARG_ENABLE(examples,[ --enable-examples build examples [default=no]],,enable_examples=no)
+AC_ARG_ENABLE(versekey2,[ --enable-versekey2 build with experimental versekey [default=no]],,enable_versekey2=no)
AM_MAINTAINER_MODE
# ---------------------------------------------------------------------
@@ -267,6 +268,7 @@
AM_CONDITIONAL(BUILDTESTS, test x$enable_tests = xyes)
AM_CONDITIONAL(BUILDUTILS, test x$enable_utilities = xyes)
AM_CONDITIONAL(BUILDEXAMPLES, test x$enable_examples = xyes)
+AM_CONDITIONAL(BUILDNEWVKEY, test x$enable_versekey2 = xyes)
# ---------------------------------------------------------------------
# Final output