Mercurial > hg > octave-shane > gnulib-hg
view modules/mkostemp @ 15187:8f6c698d0789
crc: Move AC_LIBOBJ invocations to module description.
* m4/crc.m4: Remove file.
* modules/crc (Files): Remove it.
(configure.ac): Remove gl_CRC call.
(Makefile.am): Augment lib_SOURCES.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 23 May 2011 22:51:09 +0200 |
parents | 039e84a86a9b |
children | 51231c56c0a1 |
line wrap: on
line source
Description: mkostemp() function: create a private temporary file, with specific opening flags. Files: lib/mkostemp.c m4/mkostemp.m4 Depends-on: stdlib extensions tempname [test $HAVE_MKOSTEMP = 0] configure.ac: gl_FUNC_MKOSTEMP if test $HAVE_MKOSTEMP = 0; then AC_LIBOBJ([mkostemp]) gl_PREREQ_MKOSTEMP fi gl_MODULE_INDICATOR([mkostemp]) gl_STDLIB_MODULE_INDICATOR([mkostemp]) Makefile.am: Include: <stdlib.h> License: LGPLv2+ Maintainer: Jim Meyering, Bruno Haible