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
This commit is contained in:
Matthieu Longo
2024-05-28 10:49:47 +01:00
committed by Alan Modra
parent de278b6470
commit 3dee0baea2
14 changed files with 14 additions and 14 deletions

View File

@@ -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