COUCHDB-1152 remove icu version dependency (win) Patch by Dave Cottlehuber.
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/4f2a0794 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/4f2a0794 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/4f2a0794 Branch: refs/heads/1.2.x Commit: 4f2a0794a65f6518089ac3667425a2a17b30bc9c Parents: 7c303b9 Author: Randall Leeds <rand...@apache.org> Authored: Fri Jan 6 17:09:30 2012 -0800 Committer: Randall Leeds <rand...@apache.org> Committed: Fri Jan 6 17:11:05 2012 -0800 ---------------------------------------------------------------------- src/couchdb/priv/Makefile.am | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/4f2a0794/src/couchdb/priv/Makefile.am ---------------------------------------------------------------------- diff --git a/src/couchdb/priv/Makefile.am b/src/couchdb/priv/Makefile.am index 02f7a7f..704e870 100644 --- a/src/couchdb/priv/Makefile.am +++ b/src/couchdb/priv/Makefile.am @@ -90,9 +90,9 @@ endif # libtool and automake have defeated markh. For each of our executables # we end up with 2 copies - one directly in the 'target' folder (eg, 'priv') -# and another - the correct one - in .libs. The former doesn't work but is +# and another - the correct one - in .libs. The former doesn't work but is # what gets installed for 'couchspawnkillable' - but the correct one for -# couchjs.exe *does* get copied. *shrug* So just clobber it with the +# couchjs.exe *does* get copied. *shrug* So just clobber it with the # correct one as the last step. See bug COUCHDB-439 install-data-hook: if test -f "$(DESTDIR)$(couchprivlibdir)/couch_icu_driver"; then \ @@ -106,9 +106,9 @@ install-data-hook: $(LN_S) couch_ejson_compare_nif couch_ejson_compare_nif.so; \ fi if WINDOWS - $(INSTALL) $(ICU_BIN)/icuuc44.dll $(bindir) - $(INSTALL) $(ICU_BIN)/icudt44.dll $(bindir) - $(INSTALL) $(ICU_BIN)/icuin44.dll $(bindir) + $(INSTALL) $(ICU_BIN)/icuuc*.dll $(bindir) + $(INSTALL) $(ICU_BIN)/icudt*.dll $(bindir) + $(INSTALL) $(ICU_BIN)/icuin*.dll $(bindir) $(INSTALL) $(JS_LIB_BINARY) $(bindir) $(INSTALL) .libs/couchspawnkillable.exe \ "$(DESTDIR)$(couchprivdir)/couchspawnkillable.exe"