X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Ffclose;h=85f63fe448046f9f5a571b027318a444b6767145;hb=50901279d8e42ea4bccc2eef0a6b11e7c3dde4cf;hp=ac383aa24b4bd350116873c676be826f51c16bb6;hpb=7cbbd8a31a3be111f26d87fb8e55f4438f9c885f;p=gnulib.git diff --git a/modules/fclose b/modules/fclose index ac383aa24..85f63fe44 100644 --- a/modules/fclose +++ b/modules/fclose @@ -8,11 +8,15 @@ m4/fclose.m4 Depends-on: stdio 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: @@ -25,4 +29,3 @@ LGPLv2+ Maintainer: Bruno Haible -