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 /libctf | |
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 'libctf')
-rw-r--r-- | libctf/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libctf/configure.ac b/libctf/configure.ac index 51ad76e..cf0e988 100644 --- a/libctf/configure.ac +++ b/libctf/configure.ac @@ -19,7 +19,7 @@ dnl <http://www.gnu.org/licenses/>. dnl AC_PREREQ([2.64]) -AC_INIT([libctf], 1.2.0) +AC_INIT([libctf], [1.2.0]) AC_CONFIG_SRCDIR(ctf-impl.h) AC_CANONICAL_BUILD AC_CANONICAL_HOST |