view modules/mknod @ 15048:fe27dd198576

mknod: Move AC_LIBOBJ invocations to module description. * m4/mknod.m4 (gl_FUNC_MKNOD): Move AC_LIBOBJ invocations from here... * modules/mknod (configure.ac): ... to here.
author Bruno Haible <bruno@clisp.org>
date Sat, 21 May 2011 15:52:35 +0200
parents efab6978105e
children
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
if test $HAVE_MKNOD = 0 || test $REPLACE_MKNOD = 1; then
  AC_LIBOBJ([mknod])
fi
gl_UNISTD_MODULE_INDICATOR([mknod])

Makefile.am:

Include:
<sys/stat.h>

License:
LGPL

Maintainer:
Eric Blake