From 8fdb8486e14c433b2b277eb11c97e859b282e7d1 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 14 Apr 2009 21:31:30 +0200 Subject: [PATCH] Tweak last commit. --- ChangeLog | 5 +++++ m4/fcntl_h.m4 | 3 ++- modules/fcntl | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 400685be1..273b7f17f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-04-14 Bruno Haible + + * modules/fcntl (Depends-on): Add extensions. + * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment. + 2009-04-12 Ben Pfaff Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux. diff --git a/m4/fcntl_h.m4 b/m4/fcntl_h.m4 index f2b09f395..1ae0b15a9 100644 --- a/m4/fcntl_h.m4 +++ b/m4/fcntl_h.m4 @@ -8,8 +8,9 @@ dnl Written by Paul Eggert. AC_DEFUN([gl_FCNTL_H], [ - AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS]) AC_REQUIRE([gl_FCNTL_H_DEFAULTS]) + dnl Persuade glibc to define O_NOATIME and O_NOFOLLOW. + AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS]) AC_CACHE_CHECK([for working fcntl.h], [gl_cv_header_working_fcntl_h], [AC_RUN_IFELSE( [AC_LANG_PROGRAM( diff --git a/modules/fcntl b/modules/fcntl index ccd26ed25..de0aeb988 100644 --- a/modules/fcntl +++ b/modules/fcntl @@ -8,6 +8,7 @@ m4/fcntl_h.m4 Depends-on: include_next unistd +extensions configure.ac: gl_FCNTL_H -- 2.11.0