* m4/mkfifo.m4 (gl_FUNC_MKFIFO): #define HAVE_MKFIFO as needed.
Problem reported by Andrew Janke in:
https://lists.gnu.org/r/bug-gnulib/2018-12/msg00147.html
+2018-12-27 Paul Eggert <eggert@cs.ucla.edu>
+
+ mkfifo: bring back HAVE_MKFIFO macro
+ * m4/mkfifo.m4 (gl_FUNC_MKFIFO): #define HAVE_MKFIFO as needed.
+ Problem reported by Andrew Janke in:
+ https://lists.gnu.org/r/bug-gnulib/2018-12/msg00147.html
+
2018-12-21 Bruno Haible <bruno@clisp.org>
Assume Autoconf >= 2.63.
-# serial 7
+# serial 8
# See if we need to provide mkfifo replacement.
dnl Copyright (C) 2009-2018 Free Software Foundation, Inc.
if test $gl_cv_func_mkfifo = no; then
HAVE_MKFIFO=0
else
+ AC_DEFINE([HAVE_MKFIFO], [1],
+ [Define to 1 if you have a 'mkfifo' function.])
dnl Check for Solaris 9 and FreeBSD bug with trailing slash.
AC_CHECK_FUNCS_ONCE([lstat])
AC_CACHE_CHECK([whether mkfifo rejects trailing slashes],