From: Bruno Haible Date: Tue, 14 Apr 2009 19:31:30 +0000 (+0200) Subject: Tweak last commit. X-Git-Tag: v0.1~6005 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=8fdb8486e14c433b2b277eb11c97e859b282e7d1;p=gnulib.git Tweak last commit. --- 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