summaryrefslogtreecommitdiff
path: root/gl/m4/flock.m4
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2022-02-04 15:11:47 +0000
committerColin Watson <cjwatson@debian.org>2022-02-04 15:11:47 +0000
commit828b489c68a5a022c106656cfdff19bb9b584eec (patch)
tree7225919cd6e445d94080fa108a1a6b05fb890cf7 /gl/m4/flock.m4
parenta2d4ffce13a855f29a63bac2099ebe0f5a4e50bd (diff)
parentbfe34108bc20e9d75e3f08bfc8305e4f4cd632a9 (diff)
Import man-db_2.10.0.orig.tar.xz
Diffstat (limited to 'gl/m4/flock.m4')
-rw-r--r--gl/m4/flock.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/gl/m4/flock.m4 b/gl/m4/flock.m4
index bb487339..655395e9 100644
--- a/gl/m4/flock.m4
+++ b/gl/m4/flock.m4
@@ -1,12 +1,12 @@
-# flock.m4 serial 3
-dnl Copyright (C) 2008-2020 Free Software Foundation, Inc.
+# flock.m4 serial 4
+dnl Copyright (C) 2008-2022 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.
AC_DEFUN([gl_FUNC_FLOCK],
[
- AC_REQUIRE([gl_HEADER_SYS_FILE_H_DEFAULTS])
+ AC_REQUIRE([gl_SYS_FILE_H_DEFAULTS])
AC_CHECK_FUNCS_ONCE([flock])
if test $ac_cv_func_flock = no; then
HAVE_FLOCK=0