readlinkat: don't depend on gl_FUNC_OPENAT
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 24 Jan 2013 07:57:57 +0000 (23:57 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 24 Jan 2013 07:58:17 +0000 (23:58 -0800)
* m4/readlinkat.m4 (gl_FUNC_READLINKAT): Don't require gl_FUNC_OPENAT.
Perhaps a similar change needs to be made for linkat.m4, mkfifoat.m4,
renameat.m4, symlinkat.m4; but one thing at a time.

ChangeLog
m4/readlinkat.m4

index 16f8af08e96cce2c79949b6e9d3ef589560ea1be..78cdf1e858c7b7e40c034eb5463a807ea5b93893 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2013-01-23  Paul Eggert  <eggert@cs.ucla.edu>
 
+       readlinkat: don't depend on gl_FUNC_OPENAT
+       * m4/readlinkat.m4 (gl_FUNC_READLINKAT): Don't require gl_FUNC_OPENAT.
+       Perhaps a similar change needs to be made for linkat.m4, mkfifoat.m4,
+       renameat.m4, symlinkat.m4; but one thing at a time.
+
        statat: new module, split out from fstatat
        GNU Emacs needs the POSIX-specified fstatat, but not the
        gnulib-specified statat and lstat.  Split the latter two into a
index e7a6c01e4cbcffac99218be588b7cfec4011581e..b2ff40dcb027bc6bffc3db68dad4a5c3ec566e85 100644 (file)
@@ -1,4 +1,4 @@
-# serial 2
+# serial 3
 # See if we need to provide readlinkat replacement.
 
 dnl Copyright (C) 2009-2013 Free Software Foundation, Inc.
@@ -10,7 +10,6 @@ dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_FUNC_READLINKAT],
 [
-  AC_REQUIRE([gl_FUNC_OPENAT])
   AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
   AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
   AC_CHECK_FUNCS_ONCE([readlinkat])