From 3dee0baea2e8129b6ebfde9567a0b11c5147af56 Mon Sep 17 00:00:00 2001 From: Matthieu Longo Date: Tue, 28 May 2024 10:49:47 +0100 Subject: autoupdate: add square brackets around arguments of AC_INIT https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.72/autoconf.html#index-AC_005fINIT-2 --- gprof/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gprof') diff --git a/gprof/configure.ac b/gprof/configure.ac index b263568..1f0c594 100644 --- a/gprof/configure.ac +++ b/gprof/configure.ac @@ -17,7 +17,7 @@ dnl along with this program; see the file COPYING3. If not see dnl . dnl m4_include([../bfd/version.m4]) -AC_INIT([gprof], BFD_VERSION) +AC_INIT([gprof], [BFD_VERSION]) AC_CONFIG_SRCDIR([gprof.c]) AC_CANONICAL_TARGET([]) -- cgit v1.1