From 0eb882abf25f00ab85ae71dd48ef931c68bf068b Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Mon, 21 Jan 2019 20:59:45 +0000 Subject: maint: stop using variable-length arrays * configure.ac: Set definition used in gnulib. * gnulib: Jump 15 commits from 34290cb926e65 to 5ddb2f9d460a8. --- configure.ac | 3 +++ gnulib | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 71575e4..d5f668d 100644 --- a/configure.ac +++ b/configure.ac @@ -58,6 +58,9 @@ AS_IF([test $cross_compiling = no], [ HELP2MAN=: ]) +dnl Ensure VLAs are not used. +AC_DEFINE([GNULIB_NO_VLA], [1], [Define to 1 to disable use of VLAs]) + dnl i18n support from GNU gettext. AM_GNU_GETTEXT_VERSION([0.18.1]) AM_GNU_GETTEXT([external]) diff --git a/gnulib b/gnulib index 34290cb..5ddb2f9 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 34290cb926e655971d17d35b8fd238ebe1b57da9 +Subproject commit 5ddb2f9d460a85a56f1c47c57c48395ccdc4ea12 -- cgit v1.2.3