texlive[48168] Build/source/utils: xpdfopen: omit -lXmu
commits+karl at tug.org
commits+karl at tug.org
Mon Jul 9 19:00:11 CEST 2018
Revision: 48168
http://tug.org/svn/texlive?view=revision&revision=48168
Author: karl
Date: 2018-07-09 19:00:10 +0200 (Mon, 09 Jul 2018)
Log Message:
-----------
xpdfopen: omit -lXmu
Modified Paths:
--------------
trunk/Build/source/utils/README
trunk/Build/source/utils/xpdfopen/ChangeLog
trunk/Build/source/utils/xpdfopen/Makefile.am
trunk/Build/source/utils/xpdfopen/Makefile.in
Modified: trunk/Build/source/utils/README
===================================================================
--- trunk/Build/source/utils/README 2018-07-09 00:23:50 UTC (rev 48167)
+++ trunk/Build/source/utils/README 2018-07-09 17:00:10 UTC (rev 48168)
@@ -39,9 +39,9 @@
xindy - see just below
-xpdfopen 0.86 - checked 24may14
+xpdfopen 0.86 - checked 9jul18
http://ctan.org/pkg/xpdfopen/
- http://cs.acadiau.ca/~jdiamond/xpdfopen/
+ http://cs.acadiau.ca/~jdiamond/xpdfopen/ (404; no reply from author, 9jul18)
xindy 2.5.1 - checked 15sep14
Modified: trunk/Build/source/utils/xpdfopen/ChangeLog
===================================================================
--- trunk/Build/source/utils/xpdfopen/ChangeLog 2018-07-09 00:23:50 UTC (rev 48167)
+++ trunk/Build/source/utils/xpdfopen/ChangeLog 2018-07-09 17:00:10 UTC (rev 48168)
@@ -1,3 +1,9 @@
+2018-07-09 Karl Berry <karl at tug.org>
+
+ * Makefile.am (LDADD): remove -lXmu, seems nothing it used from
+ that library. Let's hope that X libraries themselves don't either.
+ Report from Ulrich Mueller, 22 Mar 2018 08:55:50.
+
2016-02-22 Akira Kakuto <kakuto at fuk.kindai.ac.jp>
* Makefile.am, configure.ac: New convention.
Modified: trunk/Build/source/utils/xpdfopen/Makefile.am
===================================================================
--- trunk/Build/source/utils/xpdfopen/Makefile.am 2018-07-09 00:23:50 UTC (rev 48167)
+++ trunk/Build/source/utils/xpdfopen/Makefile.am 2018-07-09 17:00:10 UTC (rev 48168)
@@ -1,7 +1,7 @@
## $Id$
## Makefile.am for the TeX Live subdirectory utils/xpdfopen/
##
-## Copyright 2017 Karl Berry <tex-live at tug.org>
+## Copyright 2017-2018 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.
@@ -17,7 +17,7 @@
AM_CPPFLAGS = $(X_CFLAGS)
AM_CFLAGS = $(WARNING_CFLAGS)
-LDADD = $(X_LIBS) -lX11 -lXmu $(X_EXTRA_LIBS)
+LDADD = $(X_LIBS) -lX11 $(X_EXTRA_LIBS)
bin_PROGRAMS = pdfopen pdfclose
Modified: trunk/Build/source/utils/xpdfopen/Makefile.in
===================================================================
--- trunk/Build/source/utils/xpdfopen/Makefile.in 2018-07-09 00:23:50 UTC (rev 48167)
+++ trunk/Build/source/utils/xpdfopen/Makefile.in 2018-07-09 17:00:10 UTC (rev 48168)
@@ -337,7 +337,7 @@
NEVER_NAMES_LT = -o -name .libs -o -name '*.lo'
AM_CPPFLAGS = $(X_CFLAGS)
AM_CFLAGS = $(WARNING_CFLAGS)
-LDADD = $(X_LIBS) -lX11 -lXmu $(X_EXTRA_LIBS)
+LDADD = $(X_LIBS) -lX11 $(X_EXTRA_LIBS)
common_sources = \
@XPDFOPEN_TREE@/sendx.c \
@XPDFOPEN_TREE@/utils.c
More information about the tex-live-commits
mailing list