mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
Problem reported by Benno Schulenberg in: https://lists.gnu.org/r/bug-gnulib/2021-11/msg00038.html * modules/regex (Depends-on): Depend on vararrays, since lib/regex.h uses __STDC_NO_VLA__. * modules/vararrays: Change license from LGPL to LGPLv2+.
21 lines
170 B
Plaintext
21 lines
170 B
Plaintext
Description:
|
|
Variable-length arrays
|
|
|
|
Files:
|
|
m4/vararrays.m4
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
AC_C_VARARRAYS
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Paul Eggert
|