X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffclose;h=85f63fe448046f9f5a571b027318a444b6767145;hb=56d6664559f449af25f0d331457b014b02324d65;hp=4f6f786910e17bb2b327a7c5a446c2da42d2b793;hpb=d1f20d36142dfc47393b66a1ce237c883bca0564;p=gnulib.git diff --git a/modules/fclose b/modules/fclose index 4f6f78691..85f63fe44 100644 --- a/modules/fclose +++ b/modules/fclose @@ -7,10 +7,16 @@ 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] configure.ac: gl_FUNC_FCLOSE +if test $REPLACE_FCLOSE = 1; then + AC_LIBOBJ([fclose]) +fi gl_STDIO_MODULE_INDICATOR([fclose]) Makefile.am: @@ -23,4 +29,3 @@ LGPLv2+ Maintainer: Bruno Haible -