Project Info Name.......: gnu-hello
Description: GNU Hello


gnu-hello       
Info
Commit...:0eb882abf25f00ab85ae71dd48ef931c68bf068b
Author...:Sami Kerola
Committer:Sami Kerola
Date.....:Mon Jan 21 20:59:45 2019 +0000
Parents..:c7eeaf4e3097463c1b4b1941a0b18bbe0b83efa6

Message
maint: stop using variable-length arrays

* configure.ac: Set definition used in gnulib.
* gnulib: Jump 15 commits from 34290cb926e65 to 5ddb2f9d460a8.

Changes
diff --git a/configure.ac b/configure.ac
line changes: +3/-0
index 71575e4..d5f668d
--- 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
line changes: +1/-1
index 34290cb..5ddb2f9
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit 34290cb926e655971d17d35b8fd238ebe1b57da9
+Subproject commit 5ddb2f9d460a85a56f1c47c57c48395ccdc4ea12

This website is licensed under AGPL-3.0. Feel free to copy!