Re: new snapshot available: m4-1.4.19.60-6ebfc.tar.xz
Santiago Vila <[email protected]> Sun, 13 Apr 2025 19:41:59 +0200
| Newsgroups | gmane.comp.gnu.m4.bugs |
|---|---|
| Message-ID | <[email protected]> |
Hello.
In this version, I still need the attached patch to make the build reproducible:
https://reproducible-builds.org/
Also, running autoreconf produces funny results:
configure.ac:155: the top level
configure.ac:155: warning: gl_TYPE_WINT_T_PREREQ is m4_require'd but not m4_defun'd
m4/gnulib-comp.m4:855: M4_INIT is expanded from...
configure.ac:155: the top level
configure.ac:155: warning: gl_PTHREADLIB is m4_require'd but not m4_defun'd
m4/sched_yield.m4:9: gl_FUNC_SCHED_YIELD is expanded from...
m4/gnulib-comp.m4:855: M4_INIT is expanded from...
configure.ac:155: the top level
configure.ac:155: warning: gl_PTHREADLIB is m4_require'd but not m4_defun'd
m4/yield.m4:9: gl_YIELD is expanded from...
m4/gnulib-comp.m4:855: M4_INIT is expanded from...
configure.ac:155: the top level
configure:9783: error: possibly undefined macro: gl_ANYTHREADLIB_EARLY
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure:20172: error: possibly undefined macro: gl_PTHREADLIB
configure:20285: error: possibly undefined macro: gl_WEAK_SYMBOLS
configure:24933: error: possibly undefined macro: gl_TYPE_WINT_T_PREREQ
autoreconf: error: /usr/bin/autoconf failed with exit status: 1
Thanks.
01-remove-date-from-m4-texinfo-file.patch
(text/x-patch, 416 B)
From: Vagrant Cascadian <[email protected]> Subject: Remove date from m4 texinfo file Bug-Debian: https://bugs.debian.org/950419 X-Debian-version: 1.4.18-5 --- a/doc/m4.texi +++ b/doc/m4.texi @@ -41,7 +41,7 @@ @copying -This manual (@value{UPDATED}) is for GNU M4 (version +This manual is for GNU M4 (version @value{VERSION}), a package containing an implementation of the m4 macro language.