• Show log

    Commit

  • Hash : 864eeee5
    Author : Bruno Haible
    Date : 2011-05-06T00:34:34

    fclose, fflush: Respect rules for use of AC_LIBOBJ.
    
    * m4/fflush.m4 (gl_FUNC_FFLUSH): Don't invoke gl_REPLACE_FCLOSE.
    * m4/fclose.m4 (gl_FUNC_FCLOSE): Invoke gl_FUNC_FFLUSH_STDIN and
    gl_REPLACE_FCLOSE here.
    * modules/fflush (Depends-on): Remove fclose.
    * doc/posix-functions/fclose.texi: Mention module 'fflush' only in
    combination with module 'fclose'.
    

  • README

  • This directory contains metainformation about the gnulib modules, one or two
    files per module. These files are used by gnulib-tool.
    
    For every module,
      - the file <module> is the metainformation about the library code of the
        module,
      - the file <module>-tests is the metainformation about the unit test of
        the module (optional but recommended).
    
    All the files in this directory are distributed under the following copyright:
    
      Copyright (C) 2002-2011 Free Software Foundation, Inc.
      Copying and distribution of this file, with or without modification,
      in any medium, are permitted without royalty provided the copyright
      notice and this notice are preserved.