+2010-11-11 Christian Weisgerber <naddy@mips.inka.de> (tiny change)
+
+ mknod: avoid false failure with dash
+ * m4/mknod.m4 (gl_FUNC_MKNOD): Use portable shell syntax.
+
2010-11-11 Paul Eggert <eggert@cs.ucla.edu>
unlink: Fix "is it should" typo in diagnostic.
-# serial 2
+# serial 3
# See if we need to provide mknod replacement.
dnl Copyright (C) 2009, 2010 Free Software Foundation, Inc.
if (!geteuid ()) return 99;
if (mknod ("conftest.fifo", S_IFIFO | 0600, 0)) return 2;]])],
[gl_cv_func_mknod_works=yes],
- [if test $? == 99 && test x"$FORCE_UNSAFE_CONFIGURE" = x; then
+ [if test $? = 99 && test x"$FORCE_UNSAFE_CONFIGURE" = x; then
AC_MSG_FAILURE([you should not run configure as root ]dnl
[(set FORCE_UNSAFE_CONFIGURE=1 in environment to bypass this check)])
fi