[sword-svn] r2827 - trunk
chrislit at crosswire.org
chrislit at crosswire.org
Sat Jun 22 02:09:36 MST 2013
Author: chrislit
Date: 2013-06-22 02:09:36 -0700 (Sat, 22 Jun 2013)
New Revision: 2827
Removed:
trunk/icu/
Modified:
trunk/Makefile.am
trunk/configure.ac
Log:
These bundled ICU transliterators have been out of date and unsupported for about a decade
Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am 2013-06-22 09:02:43 UTC (rev 2826)
+++ trunk/Makefile.am 2013-06-22 09:09:36 UTC (rev 2827)
@@ -6,7 +6,7 @@
# Global config directory
globalconfdir := @sysconfdir@
-SUBDIRS = lib . icu
+SUBDIRS = lib .
if BUILDTESTS
TESTSDIR = tests
@@ -81,7 +81,6 @@
uninstall-am: uninstall-info-am uninstalllocaleDATA \
uninstallmodsDATA uninstall-sysconfDATA uninstall-pkgconfigDATA
-
register:
@echo ""
echo "(***) $$USER@$$HOSTNAME, $$(date), $$(uname -m -r -s), SWORD @VERSION@, ${pkgdatadir}" | mail sword.users at crosswire.org
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2013-06-22 09:02:43 UTC (rev 2826)
+++ trunk/configure.ac 2013-06-22 09:09:36 UTC (rev 2827)
@@ -354,7 +354,7 @@
# ---------------------------------------------------------------------
# Final output
# ---------------------------------------------------------------------
-AC_CONFIG_FILES(Makefile lib/Makefile tests/Makefile tests/cppunit/Makefile utilities/Makefile examples/Makefile examples/cmdline/Makefile utilities/diatheke/Makefile icu/Makefile sword.pc sword.spec)
+AC_CONFIG_FILES(Makefile lib/Makefile tests/Makefile tests/cppunit/Makefile utilities/Makefile examples/Makefile examples/cmdline/Makefile utilities/diatheke/Makefile sword.pc sword.spec)
AC_OUTPUT
echo
More information about the sword-cvs
mailing list