diff options
author | Matthieu Longo <matthieu.longo@arm.com> | 2024-05-28 10:49:47 +0100 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2024-06-10 08:25:56 +0930 |
commit | 3dee0baea2e8129b6ebfde9567a0b11c5147af56 (patch) | |
tree | 327c7eca68dd49027291e4f7f34210c263390d46 /libsframe | |
parent | de278b64701654cb77624319563f8e4fe6077b0d (diff) | |
download | binutils-3dee0baea2e8129b6ebfde9567a0b11c5147af56.zip binutils-3dee0baea2e8129b6ebfde9567a0b11c5147af56.tar.gz binutils-3dee0baea2e8129b6ebfde9567a0b11c5147af56.tar.bz2 |
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
Diffstat (limited to 'libsframe')
-rw-r--r-- | libsframe/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsframe/configure.ac b/libsframe/configure.ac index d63f270..8cbd3cd 100644 --- a/libsframe/configure.ac +++ b/libsframe/configure.ac @@ -18,7 +18,7 @@ dnl along with this program; see the file COPYING. If not see dnl <http://www.gnu.org/licenses/>. dnl -AC_INIT([libsframe], BFD_VERSION) +AC_INIT([libsframe], [BFD_VERSION]) AC_CONFIG_SRCDIR(sframe.c) AC_USE_SYSTEM_EXTENSIONS AM_INIT_AUTOMAKE |