Edit

kc3-lang/gnulib/modules/tmpfile-safer

Branch :

  • Show log

    Commit

  • Author : Bruno Haible
    Date : 2011-05-24 01:54:41
    Hash : 8b498e93
    Message : tmpfile-safer: Move AC_LIBOBJ invocations to module description. * m4/stdio-safer.m4: Remove file. * modules/tmpfile-safer (Files): Remove m4/stdio-safer.m4. (configure.ac): Remove gl_TMPFILE_SAFER call. (Makefile.am): Augment lib_SOURCES.

  • modules/tmpfile-safer
  • Description:
    tmpfile function that avoids clobbering std{in,out,err}.
    
    Files:
    lib/stdio--.h
    lib/stdio-safer.h
    lib/tmpfile-safer.c
    
    Depends-on:
    binary-io
    tmpfile
    unistd-safer
    
    configure.ac:
    gl_MODULE_INDICATOR([tmpfile-safer])
    
    Makefile.am:
    lib_SOURCES += tmpfile-safer.c
    
    Include:
    "stdio-safer.h"
    
    License:
    GPL
    
    Maintainer:
    Paul Eggert, Jim Meyering