1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/assert
Bruno Haible 01e57974ab Add missing C99 dependencies.
Reported by Paul Smith <psmith@gnu.org> in
<https://lists.gnu.org/archive/html/bug-gnulib/2020-05/msg00290.html>.

* modules/assert (Depends-on): Add c99.
* modules/filenamecat-lgpl (Depends-on): Likewise.
* modules/libc-config (Depends-on): Likewise.
* modules/mktime (Depends-on): Likewise.
* modules/random_r (Depends-on): Likewise.
* modules/regex (Depends-on): Likewise.
* modules/scratch_buffer (Depends-on): Likewise.
* modules/timespec-add (Depends-on): Likewise.
* modules/timespec-sub (Depends-on): Likewise.
* modules/verify (Depends-on): Likewise.
2020-05-25 09:12:42 +02:00

24 lines
232 B
Plaintext

Description:
Allow the installer to disable assertions through "configure --disable-assert".
Files:
m4/assert.m4
Depends-on:
c99
configure.ac:
gl_ASSERT
Makefile.am:
Include:
<assert.h>
License:
GPL
Maintainer:
Jim Meyering