summaryrefslogtreecommitdiff
path: root/Build/source/texk/upmendex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-06-20 01:06:32 +0000
committerKarl Berry <karl@freefriends.org>2021-06-20 01:06:32 +0000
commitbdb9eaba6ce50bf9717119650ec415d86e2dcbbe (patch)
treeed5069f02b6ae113a52d657c8194184c1e592f7c /Build/source/texk/upmendex
parent425df02cf472a278ad44d86cc95b9c8dc3db20a3 (diff)
pthread needed for bibtexu
git-svn-id: svn://tug.org/texlive/trunk@59649 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/upmendex')
-rw-r--r--Build/source/texk/upmendex/ChangeLog9
-rw-r--r--Build/source/texk/upmendex/configure.ac8
2 files changed, 11 insertions, 6 deletions
diff --git a/Build/source/texk/upmendex/ChangeLog b/Build/source/texk/upmendex/ChangeLog
index 89f4dc8a52a..237babbc68a 100644
--- a/Build/source/texk/upmendex/ChangeLog
+++ b/Build/source/texk/upmendex/ChangeLog
@@ -1,9 +1,14 @@
+2021-06-19 Karl Berry <karl@freefriends.org>
+
+ * configure.ac: pthread doc update; also needed in bibtexu (q.v.).
+
2021-06-19 TANAKA Takuji <ttk@t-lab.opal.ne.jp>
- * configure.ac: Avoid error of C++ compiler detection
- in some envirionment.
+ * configure.ac: variadic checks before AC_PROG_CXX, to avoid error
+ of C++ compiler detection in some environments.
Report from Vadim Kantorov,
https://github.com/t-tk/upmendex-package/issues/1
+
* main.c: Add ICU version to banner.
2021-06-13 TANAKA Takuji <ttk@t-lab.opal.ne.jp>
diff --git a/Build/source/texk/upmendex/configure.ac b/Build/source/texk/upmendex/configure.ac
index 38d5f03c833..8278d39ddf8 100644
--- a/Build/source/texk/upmendex/configure.ac
+++ b/Build/source/texk/upmendex/configure.ac
@@ -1,7 +1,7 @@
dnl $Id$
dnl Process this file with autoconf to produce a configure script.
dnl
-dnl Copyright 2015-2020 Karl Berry <tex-live@tug.org>
+dnl Copyright 2015-2021 Karl Berry <tex-live@tug.org>
dnl Copyright 2010-2015 Peter Breitenlohner <tex-live@tug.org>
dnl
dnl This file is free software; the copyright holder
@@ -40,9 +40,9 @@ KPSE_CXX_HACK
dnl As of ICU 65.1, ICU requires -lpthread on x86_64-linux and, most
dnl likely, on other platforms. Otherwise there is a crash in
dnl std::call_once, as shown in ChangeLog. OpenBSD already has to link
-dnl with -lpthread on all platforms (see m4/kpse-icu-flags.m4), but so
-dnl far it seems only upmendex requires it elsewhere. The double
-dnl inclusion of -lpthread on obsd should be harmless.
+dnl with -lpthread on all platforms (see m4/kpse-icu-flags.m4), but the
+dnl double inclusion of -lpthread on obsd should be harmless. bibtexu
+dnl also needs pthread to avoid failures.
dnl
dnl The autoconf-archive ax_pthread macro (used in asymptote) goes to
dnl much greater lengths to find the best thread library and support all