From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1879) id AA3993858286; Mon, 11 Mar 2024 16:59:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AA3993858286 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1710176398; bh=fO8g4qIGk2nES3fAUxEFTA/0r4USd648MfTjyS5Tt4Y=; h=From:To:Subject:Date:From; b=ff5czTCH5ilclg1sSn5mbGoVXt5+EpVZEFrVxD5Sdl/czIUQ+UtWUW7s32Lj3Jq5l Pniyfjh6KV0f+YfGUie+B0NcyMwNSroOlVV9tdevDZnMdbY1CkROEfZxybTdY+QyMM riJoWpQCiEcsDeUZF+4VSYwtYMjXq0ihPBUHVF6A= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Simon Marchi To: gdb-cvs@sourceware.org Subject: [binutils-gdb] gdb: re-generate aclocal.m4 X-Act-Checkin: binutils-gdb X-Git-Author: Simon Marchi X-Git-Refname: refs/heads/master X-Git-Oldrev: b792eb47f25f577ccef365fc9a5c20d55fad42d5 X-Git-Newrev: 02b2f397039270cbe00f61097ed93b872723e1f4 Message-Id: <20240311165958.AA3993858286@sourceware.org> Date: Mon, 11 Mar 2024 16:59:58 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D02b2f3970392= 70cbe00f61097ed93b872723e1f4 commit 02b2f397039270cbe00f61097ed93b872723e1f4 Author: Simon Marchi Date: Mon Mar 11 12:50:44 2024 -0400 gdb: re-generate aclocal.m4 =20 I get some changes when running `autoreconf -vf` in the gdb directory, fix that. =20 I did a bisect, it appears to have been introduced in this commit, not sure why we haven't spotted that before. =20 commit 862776f26a59516467c98091994c3dac90383159 Author: Arsen Arsenovi? AuthorDate: Wed Nov 15 12:53:04 2023 +0000 Commit: Nick Clifton CommitDate: Wed Nov 15 12:53:04 2023 +0000 =20 Change-Id: I798d2fbff40c39dbc899832c64e72b2859b536b9 Diff: --- gdb/aclocal.m4 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gdb/aclocal.m4 b/gdb/aclocal.m4 index 05b492625df..99714239668 100644 --- a/gdb/aclocal.m4 +++ b/gdb/aclocal.m4 @@ -199,11 +199,6 @@ AC_DEFUN([_AM_SUBST_NOTMAKE]) # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) =20 -m4_include([../libtool.m4]) -m4_include([../ltoptions.m4]) -m4_include([../ltsugar.m4]) -m4_include([../ltversion.m4]) -m4_include([../lt~obsolete.m4]) m4_include([../config/acx.m4]) m4_include([../config/ax_pthread.m4]) m4_include([../config/bfd64.m4]) @@ -222,4 +217,9 @@ m4_include([../config/plugins.m4]) m4_include([../config/po.m4]) m4_include([../config/progtest.m4]) m4_include([../config/tcl.m4]) +m4_include([../libtool.m4]) +m4_include([../ltoptions.m4]) +m4_include([../ltsugar.m4]) +m4_include([../ltversion.m4]) +m4_include([../lt~obsolete.m4]) m4_include([acinclude.m4])