Re: [PATCH] configury: replace autoconf obsolete macros [PR/103459]

2025-07-01 Thread Pietro Monteiro
On Fri, Jun 13, 2025, at 5:01 PM, Joseph Myers wrote: > On Fri, 13 Jun 2025, Pietro Monteiro wrote: > >> > Adding this \ at end of file looks suspect. >> > >> > OK with that ChangeLog entry fixed and the stray \ at end of file removed >> > (assuming the same output files are still generated after

Re: [PATCH] configury: replace autoconf obsolete macros [PR/103459]

2025-06-13 Thread Joseph Myers
On Fri, 13 Jun 2025, Pietro Monteiro wrote: > > Adding this \ at end of file looks suspect. > > > > OK with that ChangeLog entry fixed and the stray \ at end of file removed > > (assuming the same output files are still generated after that change). > > I applied the patch on top of trunk (), re

Re: [PATCH] configury: replace autoconf obsolete macros [PR/103459]

2025-06-13 Thread Pietro Monteiro
On Fri, Jun 13, 2025, at 2:02 PM, Joseph Myers wrote: > On Wed, 21 May 2025, Pietro Monteiro wrote: > >> lto-plugin/ChangeLog: >> >> * configure: Regenerate. >> * configure.ac: Replace AC_CANONICAL_SYSTEM with AC_CANONICAL_SYSTEM. > > That ChangeLog entry is clearly incorrect. Sorry. It

Re: [PATCH] configury: replace autoconf obsolete macros [PR/103459]

2025-06-13 Thread Joseph Myers
On Wed, 21 May 2025, Pietro Monteiro wrote: > lto-plugin/ChangeLog: > > * configure: Regenerate. > * configure.ac: Replace AC_CANONICAL_SYSTEM with AC_CANONICAL_SYSTEM. That ChangeLog entry is clearly incorrect. > diff --git a/config/asmcfi.m4 b/config/asmcfi.m4 > index a725aa11de4.

PING: [PATCH] configury: replace autoconf obsolete macros [PR/103459]

2025-05-28 Thread Pietro Monteiro
On Wed, May 21, 2025, at 8:59 PM, Pietro Monteiro wrote: > Autoreconf -Wall complains about obsolete macros, so replace them according to > the autoconf documentation[0]. > > This patch doesn't fully fix all warnings because I focused on doing simple > fixes and keeping the changes to the generated

[PATCH] configury: replace autoconf obsolete macros [PR/103459]

2025-05-21 Thread Pietro Monteiro
Autoreconf -Wall complains about obsolete macros, so replace them according to the autoconf documentation[0]. This patch doesn't fully fix all warnings because I focused on doing simple fixes and keeping the changes to the generated files to a minimum. Bootstrapped and retested on x86_64-linux-gn