X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffclose;h=3ceba909d1191ad3eed6bf0e3baf295dc5a769bb;hb=afecf4a0bde14016fb4ab2a18395d82cfbc0fe28;hp=434dd737dc189bc1345bd125a2604204eaae42ff;hpb=001e7d63dfe613e249e9f4ab53170b401532afd3;p=gnulib.git diff --git a/modules/fclose b/modules/fclose index 434dd737d..3ceba909d 100644 --- a/modules/fclose +++ b/modules/fclose @@ -7,12 +7,17 @@ m4/fclose.m4 Depends-on: stdio -close -freading -lseek +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: @@ -25,4 +30,3 @@ LGPLv2+ Maintainer: Bruno Haible -