[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/Texinfo/XS/Makefile.am: remove specification
From: |
Patrice Dumas |
Subject: |
branch master updated: * tp/Texinfo/XS/Makefile.am: remove specification of teximakehtml_LINK now that there is no C++ anymore, the default should be ok. |
Date: |
Sat, 19 Oct 2024 05:41:08 -0400 |
This is an automated email from the git hooks/post-receive script.
pertusus pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 0d1204b2b4 * tp/Texinfo/XS/Makefile.am: remove specification of
teximakehtml_LINK now that there is no C++ anymore, the default should be ok.
0d1204b2b4 is described below
commit 0d1204b2b4a0741e4e84fa8b1b7c210b544d52f6
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Oct 19 11:40:43 2024 +0200
* tp/Texinfo/XS/Makefile.am: remove specification of teximakehtml_LINK
now that there is no C++ anymore, the default should be ok.
---
ChangeLog | 5 +++++
tp/Texinfo/XS/Makefile.am | 2 --
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index e51ef87787..de54eecde5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-10-19 Patrice Dumas <pertusus@free.fr>
+
+ * tp/Texinfo/XS/Makefile.am: remove specification of teximakehtml_LINK
+ now that there is no C++ anymore, the default should be ok.
+
2024-10-19 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/XS/main/build_perl_info.c,
diff --git a/tp/Texinfo/XS/Makefile.am b/tp/Texinfo/XS/Makefile.am
index ec62a40bc9..895a301b61 100644
--- a/tp/Texinfo/XS/Makefile.am
+++ b/tp/Texinfo/XS/Makefile.am
@@ -559,7 +559,5 @@ teximakehtml_SOURCES = \
teximakehtml_LDADD = $(top_builddir)/gnulib/lib/libgnu.la
teximakehtml_LDFLAGS = $(EUIDACCESS_LIBGEN) $(LTLIBINTL) $(LTLIBICONV)
$(LTLIBUNISTRING)
-teximakehtml_LINK = $(LINK) $(teximakehtml_CFLAGS) $(teximakehtml_LDFLAGS)
-
teximakehtml_CPPFLAGS = -I$(srcdir)/parsetexi -I$(srcdir)/convert
-I$(srcdir)/main -I$(srcdir)/structuring_transfo $(AM_CPPFLAGS)
$(GNULIB_CPPFLAGS)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/Texinfo/XS/Makefile.am: remove specification of teximakehtml_LINK now that there is no C++ anymore, the default should be ok.,
Patrice Dumas <=