Mercurial > hg > octave-nkf > gnulib-hg
view modules/mknod @ 14953:632892f73130
fwriting: Move AC_LIBOBJ invocations to module description.
* m4/fwriting.m4 (gl_FUNC_FWRITINT): Move AC_LIBOBJ invocation from
here...
* modules/fwriting (configure.ac): ... to here.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 07 May 2011 13:48:53 +0200 |
parents | efab6978105e |
children | fe27dd198576 |
line wrap: on
line source
Description: mknod() function: create various special devices Files: lib/mknod.c m4/mknod.m4 Depends-on: sys_stat extensions mkfifo [test $HAVE_MKNOD = 0 || test $REPLACE_MKNOD = 1] stat [test $HAVE_MKNOD = 0 || test $REPLACE_MKNOD = 1] configure.ac: gl_FUNC_MKNOD gl_UNISTD_MODULE_INDICATOR([mknod]) Makefile.am: Include: <sys/stat.h> License: LGPL Maintainer: Eric Blake