From bdb9eaba6ce50bf9717119650ec415d86e2dcbbe Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 20 Jun 2021 01:06:32 +0000 Subject: pthread needed for bibtexu git-svn-id: svn://tug.org/texlive/trunk@59649 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/upmendex/ChangeLog | 9 +++++++-- Build/source/texk/upmendex/configure.ac | 8 ++++---- 2 files changed, 11 insertions(+), 6 deletions(-) (limited to 'Build/source/texk/upmendex') 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 + + * configure.ac: pthread doc update; also needed in bibtexu (q.v.). + 2021-06-19 TANAKA Takuji - * 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 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 +dnl Copyright 2015-2021 Karl Berry dnl Copyright 2010-2015 Peter Breitenlohner 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 -- cgit v1.2.3