[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/Texinfo/XS/configure.ac: remove unset perl_c
From: |
Patrice Dumas |
Subject: |
branch master updated: * tp/Texinfo/XS/configure.ac: remove unset perl_conf_PERL_LINK, it has been replaced by PERL_LIBS. |
Date: |
Sat, 16 Nov 2024 07:01:52 -0500 |
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 bb328c814c * tp/Texinfo/XS/configure.ac: remove unset
perl_conf_PERL_LINK, it has been replaced by PERL_LIBS.
bb328c814c is described below
commit bb328c814cf8352734c6d455a1b25f913ba834ac
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Nov 16 13:01:47 2024 +0100
* tp/Texinfo/XS/configure.ac: remove unset perl_conf_PERL_LINK, it has
been replaced by PERL_LIBS.
---
ChangeLog | 5 +++++
tp/Texinfo/XS/configure.ac | 1 -
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 969b8b7014..b9ab266173 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-11-16 Patrice Dumas <pertusus@free.fr>
+
+ * tp/Texinfo/XS/configure.ac: remove unset perl_conf_PERL_LINK, it has
+ been replaced by PERL_LIBS.
+
2024-11-16 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/XS/Makefile.am (XSParagraph_la_LDFLAGS)
diff --git a/tp/Texinfo/XS/configure.ac b/tp/Texinfo/XS/configure.ac
index d91f881f02..8cc5bd8d68 100644
--- a/tp/Texinfo/XS/configure.ac
+++ b/tp/Texinfo/XS/configure.ac
@@ -227,7 +227,6 @@ esac
AC_SUBST([perl_conf_CFLAGS], [$perl_conf_CFLAGS])
AC_SUBST([perl_conf_LDFLAGS], [$perl_conf_LDFLAGS])
AC_SUBST([platform_LDFLAGS], [$platform_LDFLAGS])
-AC_SUBST([perl_conf_PERL_LINK], [$perl_conf_PERL_LINK])
AC_SUBST([platform_PERL_LIBADD], [$platform_PERL_LIBADD])
AC_SUBST([PERL_LIBS], [$PERL_LIBS])
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/Texinfo/XS/configure.ac: remove unset perl_conf_PERL_LINK, it has been replaced by PERL_LIBS.,
Patrice Dumas <=
- Prev by Date:
branch master updated: * tp/Texinfo/XS/Makefile.am (XSParagraph_la_LDFLAGS) (libtexinfoxs_la_LDFLAGS, DocumentXS_la_LIBADD) (StructuringTransfoXS_la_LIBADD, StructuringTransfoXS_la_LDFLAGS) (libtexinfo_convertxs_la_LDFLAGS, IndicesXS_la_LIBADD) (IndicesXS_la_LDFLAGS, ConvertXS_la_LIBADD, ConvertXS_la_LDFLAGS): remove $(LTLIBICONV) $(LTLIBUNISTRING) and similar from XS link flags when the XS object does not use libunistring or iconv. Remove libgnu.la from LIBADD when an XS interface or XS library do not use Gnulib.
- Next by Date:
branch master updated: tp/Texinfo/XS/Makefile.am: update examples in comment for no undefined
- Previous by thread:
branch master updated: * tp/Texinfo/XS/Makefile.am (XSParagraph_la_LDFLAGS) (libtexinfoxs_la_LDFLAGS, DocumentXS_la_LIBADD) (StructuringTransfoXS_la_LIBADD, StructuringTransfoXS_la_LDFLAGS) (libtexinfo_convertxs_la_LDFLAGS, IndicesXS_la_LIBADD) (IndicesXS_la_LDFLAGS, ConvertXS_la_LIBADD, ConvertXS_la_LDFLAGS): remove $(LTLIBICONV) $(LTLIBUNISTRING) and similar from XS link flags when the XS object does not use libunistring or iconv. Remove libgnu.la from LIBADD when an XS interface or XS library do not use Gnulib.
- Next by thread:
branch master updated: tp/Texinfo/XS/Makefile.am: update examples in comment for no undefined
- Index(es):