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 --- gas/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas') diff --git a/gas/configure.ac b/gas/configure.ac index 5036350..6b978aa 100644 --- a/gas/configure.ac +++ b/gas/configure.ac @@ -21,7 +21,7 @@ dnl . dnl dnl v2.5 needed for --bindir et al m4_include([../bfd/version.m4]) -AC_INIT([gas], BFD_VERSION) +AC_INIT([gas], [BFD_VERSION]) AC_CONFIG_SRCDIR(as.h) dnl Autoconf 2.57 will find the aux dir without this. However, unless -- cgit v1.1