texlive[44086] U trunk/Build/source/texk/web2c/xetexdir/am/xetex.am:

commits+karl at tug.org commits+karl at tug.org
Thu Apr 27 23:38:29 CEST 2017


Revision: 44086
          http://tug.org/svn/texlive?view=revision&revision=44086
Author:   karl
Date:     2017-04-27 23:38:29 +0200 (Thu, 27 Apr 2017)
Log Message:
-----------
ICU_EXTRA_LIBS for icutest; doc

Modified Paths:
--------------
    trunk/Build/source/libs/harfbuzz/ChangeLog
    trunk/Build/source/libs/icu/ChangeLog
    trunk/Build/source/libs/icu/Makefile.am
    trunk/Build/source/libs/icu/Makefile.in
    trunk/Build/source/texk/bibtex-x/ChangeLog
    trunk/Build/source/texk/bibtex-x/Makefile.am
    trunk/Build/source/texk/upmendex/Makefile.am
    trunk/Build/source/texk/web2c/xetexdir/ChangeLog
    trunk/Build/source/texk/web2c/xetexdir/am/xetex.am

Property Changed:
----------------
    trunk/Build/source/texk/bibtex-x/Makefile.am
    trunk/Build/source/texk/upmendex/Makefile.am
    trunk/Build/source/texk/web2c/xetexdir/am/xetex.am

Modified: trunk/Build/source/libs/harfbuzz/ChangeLog
===================================================================
--- trunk/Build/source/libs/harfbuzz/ChangeLog	2017-04-27 21:36:45 UTC (rev 44085)
+++ trunk/Build/source/libs/harfbuzz/ChangeLog	2017-04-27 21:38:29 UTC (rev 44086)
@@ -1,3 +1,7 @@
+2017-04-27  Karl Berry  <karl at tug.org>
+
+	* Makefile.am (LDADD): add $(ICU_LIBS_EXTRA).
+
 2017-04-24  Akira Kakuto  <kakuto at fuk.kindai.ac.jp>
 
 	Import harfbuzz-1.4.6.

Modified: trunk/Build/source/libs/icu/ChangeLog
===================================================================
--- trunk/Build/source/libs/icu/ChangeLog	2017-04-27 21:36:45 UTC (rev 44085)
+++ trunk/Build/source/libs/icu/ChangeLog	2017-04-27 21:38:29 UTC (rev 44086)
@@ -1,3 +1,7 @@
+2017-04-27  Karl Berry  <karl at tug.org>
+
+	* Makefile.am (LDADD): link icutest with ICU_LIBS_EXTRA.
+
 2017-03-13  Karl Berry  <karl at freefriends.org>
 
 	* Import icu-58.2 (release); reautoconf.
@@ -195,4 +199,3 @@
 2009-01-28  Peter Breitenlohner  <peb at mppmu.mpg.de>
 
 	Adapt to TL2009 build system.
-

Modified: trunk/Build/source/libs/icu/Makefile.am
===================================================================
--- trunk/Build/source/libs/icu/Makefile.am	2017-04-27 21:36:45 UTC (rev 44085)
+++ trunk/Build/source/libs/icu/Makefile.am	2017-04-27 21:38:29 UTC (rev 44086)
@@ -84,7 +84,7 @@
 
 icutest_CPPFLAGS = -Iinclude
 
-LDADD = icu-build/lib/libicuuc.a icu-build/lib/libicudata.a
+LDADD = icu-build/lib/libicuuc.a icu-build/lib/libicudata.a $(ICU_LIBS_EXTRA)
 
 # Rebuild
 rebuild_prereq =
@@ -92,4 +92,3 @@
 CLEANFILES =
 
 include $(srcdir)/../../am/rebuild.am
-

Modified: trunk/Build/source/libs/icu/Makefile.in
===================================================================
--- trunk/Build/source/libs/icu/Makefile.in	2017-04-27 21:36:45 UTC (rev 44085)
+++ trunk/Build/source/libs/icu/Makefile.in	2017-04-27 21:38:29 UTC (rev 44086)
@@ -576,7 +576,7 @@
 # Force Automake to use CXXLD for linking
 nodist_EXTRA_icutest_SOURCES = dummy.cxx
 icutest_CPPFLAGS = -Iinclude
-LDADD = icu-build/lib/libicuuc.a icu-build/lib/libicudata.a
+LDADD = icu-build/lib/libicuuc.a icu-build/lib/libicudata.a $(ICU_LIBS_EXTRA)
 
 # Rebuild
 rebuild_prereq = 

Modified: trunk/Build/source/texk/bibtex-x/ChangeLog
===================================================================
--- trunk/Build/source/texk/bibtex-x/ChangeLog	2017-04-27 21:36:45 UTC (rev 44085)
+++ trunk/Build/source/texk/bibtex-x/ChangeLog	2017-04-27 21:38:29 UTC (rev 44086)
@@ -1,3 +1,7 @@
+2017-04-27  Karl Berry  <karl at tug.org>
+
+	* Makefile.am (bibtexu_LDADD): add $(ICU_LIBS_EXTRA).
+
 2015-07-07  Peter Breitenlohner  <peb at mppmu.mpg.de>
 
 	* Makefile.am: Better dependencies for 'make check'.
@@ -327,4 +331,3 @@
 
 	* bibtex.h (BUF_SIZE, MAX_CITES, MAX_ENT_INTS, MAX_ENT_STRS,
 	MAX_STRS): increase.  From panov, 12 Jul 2007 12:13:38.
-

Modified: trunk/Build/source/texk/bibtex-x/Makefile.am
===================================================================
--- trunk/Build/source/texk/bibtex-x/Makefile.am	2017-04-27 21:36:45 UTC (rev 44085)
+++ trunk/Build/source/texk/bibtex-x/Makefile.am	2017-04-27 21:38:29 UTC (rev 44086)
@@ -1,6 +1,8 @@
+## $Id$
 ## Makefile.am for the TeX Live subdirectory texk/bibtex-x/
 ##
-## Copyright (C) 2009-2015 Peter Breitenlohner <tex-live at tug.org>
+## Copyright 2017  Peter Breitenlohner <tex-live at tug.org>
+## Copyright 2009-2015 Peter Breitenlohner <tex-live at tug.org>
 ## You may freely use, modify and/or distribute this file.
 ##
 AM_CPPFLAGS = $(KPATHSEA_INCLUDES) -DUNIX -DKPATHSEA
@@ -110,4 +112,3 @@
 	csf/COPYING \
 	csf/HISTORY \
 	csf/file_id.diz
-


Property changes on: trunk/Build/source/texk/bibtex-x/Makefile.am
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id
\ No newline at end of property
Modified: trunk/Build/source/texk/upmendex/Makefile.am
===================================================================
--- trunk/Build/source/texk/upmendex/Makefile.am	2017-04-27 21:36:45 UTC (rev 44085)
+++ trunk/Build/source/texk/upmendex/Makefile.am	2017-04-27 21:38:29 UTC (rev 44086)
@@ -1,6 +1,8 @@
+## $Id$
 ## Makefile.am for the TeX Live subdirectory texk/upmendex/
 ##
-## Copyright (C) 2010-2014 Peter Breitenlohner <tex-live at tug.org>
+## Copyright 2017 Karl Berry <tex-live at tug.org>
+## Copyright 2010-2014 Peter Breitenlohner <tex-live at tug.org>
 ## You may freely use, modify and/or distribute this file.
 ##
 AM_CPPFLAGS = $(KPATHSEA_INCLUDES) $(ICU_INCLUDES)
@@ -60,4 +62,3 @@
 EXTRA_DIST += tests/foo.idx tests/foo.ind \
 	tests/uni.idx tests/uni.dict tests/uni.ist tests/uni.ind
 DISTCLEANFILES = foo.* uni.*
-


Property changes on: trunk/Build/source/texk/upmendex/Makefile.am
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id
\ No newline at end of property
Modified: trunk/Build/source/texk/web2c/xetexdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/xetexdir/ChangeLog	2017-04-27 21:36:45 UTC (rev 44085)
+++ trunk/Build/source/texk/web2c/xetexdir/ChangeLog	2017-04-27 21:38:29 UTC (rev 44086)
@@ -1,3 +1,7 @@
+2017-04-27  Karl Berry  <karl at tug.org>
+
+	* am/xetex.am (xetex_ldadd): add $(ICU_LIBS_EXTRA).
+
 2017-03-17  Akira Kakuto  <kakuto at fuk.kinidai.ac.jp>
 
 	* Sync with the upstream (version 0.99997).
@@ -662,4 +666,3 @@
 	* XeTeX_ext.c, image/pdfimage.cpp: adapt for poppler.
 
 	patches from Norbert Preinig <preining at logic.at>
-

Modified: trunk/Build/source/texk/web2c/xetexdir/am/xetex.am
===================================================================
--- trunk/Build/source/texk/web2c/xetexdir/am/xetex.am	2017-04-27 21:36:45 UTC (rev 44085)
+++ trunk/Build/source/texk/web2c/xetexdir/am/xetex.am	2017-04-27 21:38:29 UTC (rev 44086)
@@ -1,6 +1,8 @@
+## $Id$
 ## texk/web2c/xetexdir/am/xetex.am: Makefile fragment for XeTeX.
 ##
-## Copyright (C) 2009-2015 Peter Breitenlohner <tex-live at tug.org>
+## Copyright 2017 Karl Berry <tex-live at tug.org>
+## Copyright 2009-2015 Peter Breitenlohner <tex-live at tug.org>
 ## You may freely use, modify and/or distribute this file.
 
 ## XeTeX
@@ -210,4 +212,3 @@
 ## xetex-bug73.test
 EXTRA_DIST += xetexdir/tests/bug73.log xetexdir/tests/bug73.tex
 DISTCLEANFILES += bug73.fmt bug73.log bug73.out bug73.tex
-


Property changes on: trunk/Build/source/texk/web2c/xetexdir/am/xetex.am
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id
\ No newline at end of property


More information about the tex-live-commits mailing list