From: Eric Blake Date: Thu, 17 Sep 2009 12:55:43 +0000 (-0600) Subject: rmdir: ensure correct dependency order X-Git-Tag: v0.1~5487 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=4e4242fe07c85af94d99cc30e981cf8b050f95a1;p=gnulib.git rmdir: ensure correct dependency order * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index ed376a0a2..bbb6961db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-09-17 Eric Blake + + rmdir: ensure correct dependency order + * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults. + 2009-09-17 Bruno Haible Disable assertion that fails on NetBSD 5 / i386. diff --git a/m4/rmdir.m4 b/m4/rmdir.m4 index db590d287..addd69db7 100644 --- a/m4/rmdir.m4 +++ b/m4/rmdir.m4 @@ -1,4 +1,4 @@ -# 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, @@ -7,6 +7,7 @@ dnl with or without modifications, as long as this notice is preserved. 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