X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Ffflush;h=03b2f1d1d4840c3e0a7038860896c4c3b96a57cc;hb=7ef6c64e210ac0979d7e8ac69bc5b5208c2405ab;hp=3b2cb9968312bab4c3461f2aa6391f785517f70b;hpb=0c47a3bb3a69d0d77c423adc3b2ed1948d87cf16;p=gnulib.git diff --git a/modules/fflush b/modules/fflush old mode 100755 new mode 100644 index 3b2cb9968..03b2f1d1d --- a/modules/fflush +++ b/modules/fflush @@ -3,21 +3,38 @@ Discard pending data on both input and output streams. Files: lib/fflush.c +lib/stdio-impl.h m4/fflush.m4 Depends-on: stdio +snippet/unused-parameter [test $REPLACE_FFLUSH = 1] +fpurge [test $REPLACE_FFLUSH = 1] +ftello [test $REPLACE_FFLUSH = 1] +freading [test $REPLACE_FFLUSH = 1] +lseek [test $REPLACE_FFLUSH = 1] +unistd [test $REPLACE_FFLUSH = 1] +fseeko [test $REPLACE_FFLUSH = 1] + +configure.ac-early: +AC_REQUIRE([AC_FUNC_FSEEKO]) configure.ac: gl_FUNC_FFLUSH +if test $REPLACE_FFLUSH = 1; then + AC_LIBOBJ([fflush]) + gl_PREREQ_FFLUSH +fi +gl_MODULE_INDICATOR([fflush]) gl_STDIO_MODULE_INDICATOR([fflush]) Makefile.am: Include: + License: -GPL +LGPLv2+ Maintainer: Eric Blake