Control: tags -1 patch

On 2020-12-31 Matthias Klose <d...@debian.org> wrote:
> Package: src:autogen
> Version: 5.18.16-4

> [This bug report is not targeted to the upcoming bullseye release]

> The package fails to build in a test rebuild on at least amd64 with
> autoconf 2.70, but succeeds to build with autoconf 2.69. The
> severity of this report will be raised before the bookworm release,
> so nothing has to be done for the bullseye release.

> The full build log can be found at:
> http://qa-logs.debian.net/2020/09/26.ac270/autogen_5.18.16-4_unstable_ac270.log
> The last lines of the build log are at the end of this report.

> To build with autoconf 2.70, please install the autoconf package from
> experimental:  apt-get -t=experimental install autoconf 

Hello,

For autogen/experimental (5.19.96) config/std-gnu11.m4 needs to be
updated from gnulib m4/std-gnu11.m4 with
-----------
a3b3fc85e3e632374811b27cb2111e50fa177e36
2020-12-09 04:06:40
    std-gnu11: Make compatible with Autoconf 2.70.

    * m4/std-gnu11.m4: Disable the entire file if Autoconf >= 2.70 is in
    use.
-----------

cu Andreas

-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'
Description: Fix build error with autoconf 2.70
 Update config/std-gnu11.m4 from gnulib m4/std-gnu11.m4
 a3b3fc85e3e632374811b27cb2111e50fa177e36
Author: Andreas Metzler <ametz...@debian.org>
Origin: vendor
Bug-Debian: https://bugs.debian.org/978772
Forwarded: no
Last-Update: 2020-12-31

--- autogen-5.19.96.orig/config/std-gnu11.m4
+++ autogen-5.19.96/config/std-gnu11.m4
@@ -6,6 +6,8 @@
 # This implementation will be obsolete once we can assume Autoconf 2.70
 # or later is installed everywhere a Gnulib program might be developed.
 
+m4_version_prereq([2.70], [], [
+
 
 # Copyright (C) 2001-2020 Free Software Foundation, Inc.
 
@@ -822,3 +824,6 @@ dnl Tru64	N/A (no support)
 dnl with extended modes being tried first.
 [[-std=gnu++11 -std=c++11 -std=gnu++0x -std=c++0x -qlanglvl=extended0x -AA]], [$1], [$2])[]dnl
 ])# _AC_PROG_CXX_CXX11
+
+
+])# m4_version_prereq

Reply via email to