[sword-svn] r2687 - trunk

scribe at crosswire.org scribe at crosswire.org
Sat Mar 3 06:09:14 MST 2012


Author: scribe
Date: 2012-03-03 06:09:14 -0700 (Sat, 03 Mar 2012)
New Revision: 2687

Modified:
   trunk/configure.ac
Log:
Make lucene enables builds actually install a correct sword.pc which will include the clucene libs


Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2012-02-28 16:26:35 UTC (rev 2686)
+++ trunk/configure.ac	2012-03-03 13:09:14 UTC (rev 2687)
@@ -260,6 +260,7 @@
    AM_CFLAGS="$AM_CFLAGS $CLUCENE2_CFLAGS -DUSELUCENE -DCLUCENE2 -I$libdir"
    LIBS="$LIBS $CLUCENE2_LIBS"
    with_clucene="yes 2.x"
+   CLUCENE_LIBS="$CLUCENE_LIBS $CLUCENE2_LIBS"
 else
 if test "x$CLUCENE_LIBS" != x; then
    echo "lucene 0.x found - lucene searching options available"
@@ -312,6 +313,7 @@
 AC_SUBST(CURL_LIBS)
 AC_SUBST(ICU_LIBS)
 AC_SUBST(ICU_IOLIBS)
+AC_SUBST(CLUCENE_LIBS)
 
 
 # ---------------------------------------------------------------------




More information about the sword-cvs mailing list