Hash :
01a45f36
Author :
Date :
2011-05-21T15:52:35
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.
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