projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
533b277
)
Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 12 Apr 2009 23:31:16 +0000
(16:31 -0700)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 12 Apr 2009 23:31:16 +0000
(16:31 -0700)
ChangeLog
patch
|
blob
|
history
m4/fcntl_h.m4
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 80aed98be8198a8e9038b7a0b9f13b7e3fe570cc..400685be15accaecce7799c5e502e0f4b309b566 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,8
@@
+2009-04-12 Ben Pfaff <blp@gnu.org>
+
+ Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
+ * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
+
2009-03-20 Ben Pfaff <blp@gnu.org>
Make rename replace existing destinations on Windows.
diff --git
a/m4/fcntl_h.m4
b/m4/fcntl_h.m4
index 4a7fc42b2b2f5f98119361049b5d8ad2fbd1c7ea..f2b09f3950dd7f31774afd9ee73a742615b6d259 100644
(file)
--- a/
m4/fcntl_h.m4
+++ b/
m4/fcntl_h.m4
@@
-8,6
+8,7
@@
dnl Written by Paul Eggert.
AC_DEFUN([gl_FCNTL_H],
[
+ AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
AC_REQUIRE([gl_FCNTL_H_DEFAULTS])
AC_CACHE_CHECK([for working fcntl.h], [gl_cv_header_working_fcntl_h],
[AC_RUN_IFELSE(