texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: * tp/Texinfo/XS/Makefile.am (noinst_PROGRAMS): bu


From: Patrice Dumas
Subject: branch master updated: * tp/Texinfo/XS/Makefile.am (noinst_PROGRAMS): build teximakehtml only if HAVE_ICONV is set.
Date: Sat, 05 Oct 2024 17:18:48 -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 90473086df * tp/Texinfo/XS/Makefile.am (noinst_PROGRAMS): build 
teximakehtml only if HAVE_ICONV is set.
90473086df is described below

commit 90473086dfbec55485b2fb7026e140093a1d990f
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Oct 5 23:16:41 2024 +0200

    * tp/Texinfo/XS/Makefile.am (noinst_PROGRAMS): build teximakehtml only
    if HAVE_ICONV is set.
---
 ChangeLog                 | 5 +++++
 tp/Texinfo/XS/Makefile.am | 2 ++
 2 files changed, 7 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 202a7cf886..721c7036ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-10-05  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/Texinfo/XS/Makefile.am (noinst_PROGRAMS): build teximakehtml only
+       if HAVE_ICONV is set.
+
 2024-10-05  Gavin Smith <gavinsmith0123@gmail.com>
 
        info.js start tracing option
diff --git a/tp/Texinfo/XS/Makefile.am b/tp/Texinfo/XS/Makefile.am
index a96ccb820b..d9be187a2c 100644
--- a/tp/Texinfo/XS/Makefile.am
+++ b/tp/Texinfo/XS/Makefile.am
@@ -537,7 +537,9 @@ ConvertXS_la_LDFLAGS = $(XSLIBS_LDFLAGS) $(LTLIBICONV) 
$(LTLIBUNISTRING)
 
 ############################################### demonstrator of the API
 
+if HAVE_ICONV
 noinst_PROGRAMS = teximakehtml
+endif
 
 teximakehtml_SOURCES = \
                        $(C_libtexinfo_sources) \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]