From patchwork Sun Jan 5 06:15:16 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joel Brobecker X-Patchwork-Id: 37201 Received: (qmail 41080 invoked by alias); 5 Jan 2020 06:15:33 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 40994 invoked by uid 89); 5 Jan 2020 06:15:27 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-18.3 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.1 spammy=2020-01-05, D*ca, automake-1.15.1, autoconf269 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 05 Jan 2020 06:15:24 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 31D03116F9F; Sun, 5 Jan 2020 01:15:23 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id qMxJ-IXEiKmb; Sun, 5 Jan 2020 01:15:23 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id BC225116F97; Sun, 5 Jan 2020 01:15:22 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 77C3D838B8; Sun, 5 Jan 2020 10:15:18 +0400 (+04) From: Joel Brobecker To: gdb-patches@sourceware.org Cc: Joel Brobecker Subject: [pushed/gdb-9-branch] libctf: Regenerate Makefile.in and acinclude.m4 Date: Sun, 5 Jan 2020 10:15:16 +0400 Message-Id: <20200105061517.21874-1-brobecker@adacore.com> Hello, I noticed that if I run "autoreconf" with vanilla automake-1.15.1 and autoconf-2.69, I get some differences. libctf/ChangeLog: * Makefile.in, aclocal.m4: Regenerate. Backported from master, and pushed to gdb-9-branch. Thanks, diff --git a/libctf/ChangeLog b/libctf/ChangeLog index ea34bae8560..fc36bf2bdc4 100644 --- a/libctf/ChangeLog +++ b/libctf/ChangeLog @@ -1,3 +1,7 @@ +2020-01-05 Joel Brobecker + + * Makefile.in, aclocal.m4: Regenerate. + 2019-10-16 Simon Marchi * swap.h (bswap_16, bswap_32, bswap_64): Make static. diff --git a/libctf/Makefile.in b/libctf/Makefile.in index d6e73cac732..cfcac9536f4 100644 --- a/libctf/Makefile.in +++ b/libctf/Makefile.in @@ -110,13 +110,13 @@ host_triplet = @host@ @NEED_CTF_QSORT_R_TRUE@am__append_1 = ctf-qsort_r.c subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/../bfd/acinclude.m4 \ + $(top_srcdir)/../config/acx.m4 \ $(top_srcdir)/../config/depstand.m4 \ $(top_srcdir)/../config/lead-dot.m4 \ $(top_srcdir)/../config/override.m4 \ $(top_srcdir)/../config/warnings.m4 \ - $(top_srcdir)/../config/zlib.m4 \ - $(top_srcdir)/../bfd/acinclude.m4 $(top_srcdir)/../libtool.m4 \ + $(top_srcdir)/../config/zlib.m4 $(top_srcdir)/../libtool.m4 \ $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \ $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \ $(top_srcdir)/configure.ac diff --git a/libctf/aclocal.m4 b/libctf/aclocal.m4 index 04583b42f02..15d96cd63e3 100644 --- a/libctf/aclocal.m4 +++ b/libctf/aclocal.m4 @@ -1227,13 +1227,13 @@ AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR +m4_include([../bfd/acinclude.m4]) m4_include([../config/acx.m4]) m4_include([../config/depstand.m4]) m4_include([../config/lead-dot.m4]) m4_include([../config/override.m4]) m4_include([../config/warnings.m4]) m4_include([../config/zlib.m4]) -m4_include([../bfd/acinclude.m4]) m4_include([../libtool.m4]) m4_include([../ltoptions.m4]) m4_include([../ltsugar.m4])