aboutsummaryrefslogtreecommitdiff
path: root/libctf
diff options
context:
space:
mode:
authorMatthieu Longo <matthieu.longo@arm.com>2024-05-28 10:49:46 +0100
committerAlan Modra <amodra@gmail.com>2024-06-10 08:25:56 +0930
commitde278b64701654cb77624319563f8e4fe6077b0d (patch)
treea98bed1e339fec6915e56d513e2be3ec40e67d4b /libctf
parent28ea7ae220a0343ff7fe531ec761bd77d00dcb1c (diff)
downloadgdb-de278b64701654cb77624319563f8e4fe6077b0d.zip
gdb-de278b64701654cb77624319563f8e4fe6077b0d.tar.gz
gdb-de278b64701654cb77624319563f8e4fe6077b0d.tar.bz2
autoupdate: add square brackets around argument of AC_PREREQ
https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.72/autoconf.html#index-AC_005fPREREQ-1
Diffstat (limited to 'libctf')
-rw-r--r--libctf/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/libctf/configure.ac b/libctf/configure.ac
index ced1aeb..51ad76e 100644
--- a/libctf/configure.ac
+++ b/libctf/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_PREREQ(2.64)
+AC_PREREQ([2.64])
AC_INIT([libctf], 1.2.0)
AC_CONFIG_SRCDIR(ctf-impl.h)
AC_CANONICAL_BUILD