summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtex-x
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-04-27 21:38:29 +0000
committerKarl Berry <karl@freefriends.org>2017-04-27 21:38:29 +0000
commit0b331b657051a55ba5f567f66f301f93d215743b (patch)
treee78906d139cb8c0ed2d3079559c932692f57bc17 /Build/source/texk/bibtex-x
parent1a979118b3cc992840d9795d1c9be465160b8b1d (diff)
ICU_EXTRA_LIBS for icutest; doc
git-svn-id: svn://tug.org/texlive/trunk@44086 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/bibtex-x')
-rw-r--r--Build/source/texk/bibtex-x/ChangeLog5
-rw-r--r--Build/source/texk/bibtex-x/Makefile.am5
2 files changed, 7 insertions, 3 deletions
diff --git a/Build/source/texk/bibtex-x/ChangeLog b/Build/source/texk/bibtex-x/ChangeLog
index bfc856986c9..3b5b76f0871 100644
--- a/Build/source/texk/bibtex-x/ChangeLog
+++ b/Build/source/texk/bibtex-x/ChangeLog
@@ -1,3 +1,7 @@
+2017-04-27 Karl Berry <karl@tug.org>
+
+ * Makefile.am (bibtexu_LDADD): add $(ICU_LIBS_EXTRA).
+
2015-07-07 Peter Breitenlohner <peb@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.
-
diff --git a/Build/source/texk/bibtex-x/Makefile.am b/Build/source/texk/bibtex-x/Makefile.am
index 6cbb6068e67..655b5e4cc10 100644
--- a/Build/source/texk/bibtex-x/Makefile.am
+++ b/Build/source/texk/bibtex-x/Makefile.am
@@ -1,6 +1,8 @@
+## $Id$
## Makefile.am for the TeX Live subdirectory texk/bibtex-x/
##
-## Copyright (C) 2009-2015 Peter Breitenlohner <tex-live@tug.org>
+## Copyright 2017 Peter Breitenlohner <tex-live@tug.org>
+## Copyright 2009-2015 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
##
AM_CPPFLAGS = $(KPATHSEA_INCLUDES) -DUNIX -DKPATHSEA
@@ -110,4 +112,3 @@ EXTRA_DIST += \
csf/COPYING \
csf/HISTORY \
csf/file_id.diz
-