Hash :
0f1b9440
Author :
Date :
2020-12-13T00:28:20
Fix gnulib-tool error when some modules occur in tests/. * doc/gnulib.texi (Specification): Update statistics. (Autoconf macros): Don't suggest to use AC_LIBOBJ in a .m4 file. (Using AC_LIBOBJ): New section. * check-AC_LIBOBJ: New file. * modules/fnmatch-gnu (Files): Add lib/fnmatch.c. * modules/fopen-gnu (Files): Add lib/fopen.c. * modules/memmem (Files): Add lib/memmem.c. * modules/renameat (Files): Add lib/at-func2.c. * modules/strcasestr (Files): Add lib/strcasestr.c. * modules/strstr (Files): Add lib/strstr.c.
Description:
fopen() function: open a stream to a file, with GNU extensions.
Files:
lib/fopen.c
Depends-on:
fopen
open [test $REPLACE_FOPEN = 1]
configure.ac:
gl_FUNC_FOPEN_GNU
if test $REPLACE_FOPEN = 1; then
AC_LIBOBJ([fopen])
gl_PREREQ_FOPEN
fi
gl_MODULE_INDICATOR([fopen-gnu])
Makefile.am:
Include:
<stdio.h>
License:
LGPLv2+
Maintainer:
all