mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* m4/mkfifo.m4 (gl_FUNC_MKFIFO): Move AC_LIBOBJ invocations from here... * modules/mkfifo (configure.ac): ... to here.
29 lines
401 B
Plaintext
29 lines
401 B
Plaintext
Description:
|
|
mkfifo() function: create named FIFO
|
|
|
|
Files:
|
|
lib/mkfifo.c
|
|
m4/mkfifo.m4
|
|
|
|
Depends-on:
|
|
sys_stat
|
|
stat [test $HAVE_MKFIFO = 0 || test $REPLACE_MKFIFO = 1]
|
|
|
|
configure.ac:
|
|
gl_FUNC_MKFIFO
|
|
if test $HAVE_MKFIFO = 0 || test $REPLACE_MKFIFO = 1; then
|
|
AC_LIBOBJ([mkfifo])
|
|
fi
|
|
gl_UNISTD_MODULE_INDICATOR([mkfifo])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<sys/stat.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Eric Blake
|