[sword-svn] r2498 - in trunk: . include
scribe at crosswire.org
scribe at crosswire.org
Tue Dec 29 19:05:15 MST 2009
Author: scribe
Date: 2009-12-29 19:05:15 -0700 (Tue, 29 Dec 2009)
New Revision: 2498
Modified:
trunk/configure.ac
trunk/include/config.h
Log:
added a fix for sword.pc to get substituted macros from configure.ac
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2009-12-28 18:03:22 UTC (rev 2497)
+++ trunk/configure.ac 2009-12-30 02:05:15 UTC (rev 2498)
@@ -299,6 +299,10 @@
AC_SUBST(target_system)
AC_SUBST(target_mingw32)
+AC_SUBST(CURL_LIBS)
+AC_SUBST(CLUCENE_LIBS)
+AC_SUBST(ICU_LIBS)
+AC_SUBST(ICU_IOLIBS)
# ---------------------------------------------------------------------
Modified: trunk/include/config.h
===================================================================
--- trunk/include/config.h 2009-12-28 18:03:22 UTC (rev 2497)
+++ trunk/include/config.h 2009-12-30 02:05:15 UTC (rev 2498)
@@ -59,6 +59,9 @@
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "sword"
+/* Define to the home page for this package. */
+#define PACKAGE_URL ""
+
/* Define to the version of this package. */
#define PACKAGE_VERSION "1.6.0"
More information about the sword-cvs
mailing list