public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] gdb:  re-generate aclocal.m4
@ 2024-03-11 16:59 Simon Marchi
  0 siblings, 0 replies; only message in thread
From: Simon Marchi @ 2024-03-11 16:59 UTC (permalink / raw)
  To: gdb-cvs

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])

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-03-11 16:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-11 16:59 [binutils-gdb] gdb: re-generate aclocal.m4 Simon Marchi

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).