X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fopenat.m4;h=313dc6f7f5ce5229ecd2ce6b0d878fce4fabb909;hb=876405426e971f914da0645ea9f3810ad62ef667;hp=88efc756903969d79f6f4560712e795063cfd463;hpb=242003f6553e03889f917462948dbb1a9fd83342;p=gnulib.git diff --git a/m4/openat.m4 b/m4/openat.m4 index 88efc7569..313dc6f7f 100644 --- a/m4/openat.m4 +++ b/m4/openat.m4 @@ -1,7 +1,7 @@ -#serial 13 +#serial 15 # See if we need to use our replacement for Solaris' openat et al functions. -dnl Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. +dnl Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -24,7 +24,7 @@ AC_DEFUN([gl_FUNC_OPENAT], [Define to rpl_ if the openat replacement function should be used.]) gl_PREREQ_OPENAT;; esac - AC_REQUIRE([gl_FUNC_FCHOWNAT]) + gl_FUNC_FCHOWNAT ]) # gl_FUNC_FCHOWNAT_DEREF_BUG([ACTION-IF-BUGGY[, ACTION-IF-NOT_BUGGY]]) @@ -89,5 +89,5 @@ AC_DEFUN([gl_FUNC_FCHOWNAT], AC_DEFUN([gl_PREREQ_OPENAT], [ - AC_REQUIRE([gl_SAVE_CWD]) + : ])