Mercurial > hg > octave-nkf > gnulib-hg
view modules/ptsname @ 16749:2c1499f688aa
logf-ieee: Fix test whether logf works.
* m4/logf.m4 (gl_FUNC_LOGF): Fix typo in test program.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 01 Apr 2012 19:31:01 +0200 |
parents | c4b6df81c7b3 |
children | 4e2101c3d42c |
line wrap: on
line source
Description: ptsname() function: Determine name of the slave side of a pseudo-terminal. Files: lib/ptsname.c m4/ptsname.m4 Depends-on: stdlib extensions ptsname_r [test $HAVE_PTSNAME = 0] configure.ac: gl_FUNC_PTSNAME if test $HAVE_PTSNAME = 0; then AC_LIBOBJ([ptsname]) gl_PREREQ_PTSNAME fi gl_STDLIB_MODULE_INDICATOR([ptsname]) Makefile.am: Include: <stdlib.h> License: LGPLv2+ Maintainer: Bruno Haible