X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffclose;h=3ceba909d1191ad3eed6bf0e3baf295dc5a769bb;hb=afecf4a0bde14016fb4ab2a18395d82cfbc0fe28;hp=4f6f786910e17bb2b327a7c5a446c2da42d2b793;hpb=d1f20d36142dfc47393b66a1ce237c883bca0564;p=gnulib.git diff --git a/modules/fclose b/modules/fclose index 4f6f78691..3ceba909d 100644 --- a/modules/fclose +++ b/modules/fclose @@ -7,10 +7,17 @@ m4/fclose.m4 Depends-on: stdio -close +close [test $REPLACE_FCLOSE = 1] +fflush [test $REPLACE_FCLOSE = 1] +freading [test $REPLACE_FCLOSE = 1] +lseek [test $REPLACE_FCLOSE = 1] +msvc-inval [test $REPLACE_FCLOSE = 1] configure.ac: gl_FUNC_FCLOSE +if test $REPLACE_FCLOSE = 1; then + AC_LIBOBJ([fclose]) +fi gl_STDIO_MODULE_INDICATOR([fclose]) Makefile.am: @@ -23,4 +30,3 @@ LGPLv2+ Maintainer: Bruno Haible -