public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
From: Simon Marchi <simark@sourceware.org>
To: gdb-cvs@sourceware.org
Subject: [binutils-gdb] gdb:  re-generate aclocal.m4
Date: Mon, 11 Mar 2024 16:59:58 +0000 (GMT)	[thread overview]
Message-ID: <20240311165958.AA3993858286@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=02b2f397039270cbe00f61097ed93b872723e1f4

commit 02b2f397039270cbe00f61097ed93b872723e1f4
Author: Simon Marchi <simon.marchi@efficios.com>
Date:   Mon Mar 11 12:50:44 2024 -0400

    gdb:  re-generate aclocal.m4
    
    I get some changes when running `autoreconf -vf` in the gdb directory,
    fix that.
    
    I did a bisect, it appears to have been introduced in this commit, not
    sure why we haven't spotted that before.
    
        commit 862776f26a59516467c98091994c3dac90383159
        Author:     Arsen Arsenovi? <arsen@aarsen.me>
        AuthorDate: Wed Nov 15 12:53:04 2023 +0000
        Commit:     Nick Clifton <nickc@redhat.com>
        CommitDate: Wed Nov 15 12:53:04 2023 +0000
    
    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($@)])
 
-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])

                 reply	other threads:[~2024-03-11 16:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240311165958.AA3993858286@sourceware.org \
    --to=simark@sourceware.org \
    --cc=gdb-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).