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 --- gprofng/configure.ac | 2 +- gprofng/libcollector/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'gprofng') diff --git a/gprofng/configure.ac b/gprofng/configure.ac index 794e957..691d6c9 100644 --- a/gprofng/configure.ac +++ b/gprofng/configure.ac @@ -18,7 +18,7 @@ dnl . m4_include([../bfd/version.m4]) m4_include([../config/zlib.m4]) -AC_INIT([gprofng], BFD_VERSION) +AC_INIT([gprofng], [BFD_VERSION]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE([subdir-objects]) AM_MAINTAINER_MODE diff --git a/gprofng/libcollector/configure.ac b/gprofng/libcollector/configure.ac index b0ef678..b923645 100644 --- a/gprofng/libcollector/configure.ac +++ b/gprofng/libcollector/configure.ac @@ -17,7 +17,7 @@ dnl along with this program; see the file COPYING3. If not see dnl . m4_include([../../bfd/version.m4]) -AC_INIT([gprofng], BFD_VERSION) +AC_INIT([gprofng], [BFD_VERSION]) AC_CONFIG_MACRO_DIRS([../../config ../..]) AC_CONFIG_AUX_DIR(../..) AC_CANONICAL_TARGET -- cgit v1.1