* m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
Signed-off-by: Eric Blake <ebb9@byu.net>
+2009-09-17 Eric Blake <ebb9@byu.net>
+
+ rmdir: ensure correct dependency order
+ * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
+
2009-09-17 Bruno Haible <bruno@clisp.org>
Disable assertion that fails on NetBSD 5 / i386.
-# rmdir.m4 serial 5
+# rmdir.m4 serial 6
dnl Copyright (C) 2002, 2005, 2009 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
AC_DEFUN([gl_FUNC_RMDIR],
[
AC_REQUIRE([gl_AC_DOS])
+ AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
dnl FIXME: simplify this module in 2010 if no one reports a missing rmdir
AC_REPLACE_FUNCS([rmdir])
if test $ac_cv_func_rmdir = no; then