From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1062) id 48F063858C5F; Sun, 9 Jun 2024 23:06:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 48F063858C5F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1717974379; bh=8zqj1pzBNdoS7WbRdvUSAaukekwfPrt0DtQzG/rIiWA=; h=From:To:Subject:Date:From; b=N8Mq2I863vTa+KTATkZKub6tpzFmqvANTrsbLhWaS3eNHfThEJId/xJ3KD4t9OwFR WCdglSSPORQVcHzy6WXl+/hWEyolrLdXmPYpqrsgy2qcqBwGzBnFnOk6WNm3k0cxCD d2M7eZ1fqD2Ib5jlnbq2tfJ8bNiEi2oKLx9zl7sU= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Alan Modra To: binutils-cvs@sourceware.org, gdb-cvs@sourceware.org Subject: [binutils-gdb] autoupdate: replace old version of AC_INIT by the new one X-Act-Checkin: binutils-gdb X-Git-Author: Matthieu Longo X-Git-Refname: refs/heads/master X-Git-Oldrev: bb85488e6f502ae7c3e8ddf2a9e9058a85d7e887 X-Git-Newrev: 28ea7ae220a0343ff7fe531ec761bd77d00dcb1c Message-Id: <20240609230619.48F063858C5F@sourceware.org> Date: Sun, 9 Jun 2024 23:06:19 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D28ea7ae220a0= 343ff7fe531ec761bd77d00dcb1c commit 28ea7ae220a0343ff7fe531ec761bd77d00dcb1c Author: Matthieu Longo Date: Tue May 28 10:49:45 2024 +0100 autoupdate: replace old version of AC_INIT by the new one =20 - old AC_INIT by AC_INIT + AC_CONFIG_SRC_DIR https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2= .72/autoconf.html#index-AC_005fINIT-3 Diff: --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9f69d46e324..326d469c0c6 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,8 @@ m4_include([ltversion.m4]) m4_include([lt~obsolete.m4]) m4_include([config/isl.m4]) =20 -AC_INIT(move-if-change) +AC_INIT +AC_CONFIG_SRCDIR([move-if-change]) AC_DISABLE_OPTION_CHECKING =20 progname=3D$0