diff options
Diffstat (limited to 'm4')
| -rw-r--r-- | m4/acl.m4 | 5 | ||||
| -rw-r--r-- | m4/gettime.m4 | 4 |
2 files changed, 5 insertions, 4 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | # acl.m4 - check for access control list (ACL) primitives | 1 | # acl.m4 - check for access control list (ACL) primitives |
| 2 | # serial 22 | 2 | # serial 23 |
| 3 | 3 | ||
| 4 | # Copyright (C) 2002, 2004-2018 Free Software Foundation, Inc. | 4 | # Copyright (C) 2002, 2004-2018 Free Software Foundation, Inc. |
| 5 | # This file is free software; the Free Software Foundation | 5 | # This file is free software; the Free Software Foundation |
| @@ -30,7 +30,8 @@ AC_DEFUN([gl_FUNC_ACL], | |||
| 30 | ac_save_LIBS=$LIBS | 30 | ac_save_LIBS=$LIBS |
| 31 | 31 | ||
| 32 | dnl Test for POSIX-draft-like API (GNU/Linux, FreeBSD, Mac OS X, | 32 | dnl Test for POSIX-draft-like API (GNU/Linux, FreeBSD, Mac OS X, |
| 33 | dnl IRIX, Tru64). -lacl is needed on GNU/Linux, -lpacl on OSF/1. | 33 | dnl IRIX, Tru64, Cygwin >= 2.5). |
| 34 | dnl -lacl is needed on GNU/Linux, -lpacl on OSF/1. | ||
| 34 | if test $use_acl = 0; then | 35 | if test $use_acl = 0; then |
| 35 | AC_SEARCH_LIBS([acl_get_file], [acl pacl], | 36 | AC_SEARCH_LIBS([acl_get_file], [acl pacl], |
| 36 | [if test "$ac_cv_search_acl_get_file" != "none required"; then | 37 | [if test "$ac_cv_search_acl_get_file" != "none required"; then |
diff --git a/m4/gettime.m4 b/m4/gettime.m4 index ad355463cce..671b70d5ab2 100644 --- a/m4/gettime.m4 +++ b/m4/gettime.m4 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # gettime.m4 serial 8 | 1 | # gettime.m4 serial 9 |
| 2 | dnl Copyright (C) 2002, 2004-2006, 2009-2018 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2002, 2004-2006, 2009-2018 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| @@ -9,5 +9,5 @@ AC_DEFUN([gl_GETTIME], | |||
| 9 | dnl Prerequisites of lib/gettime.c. | 9 | dnl Prerequisites of lib/gettime.c. |
| 10 | AC_REQUIRE([gl_CLOCK_TIME]) | 10 | AC_REQUIRE([gl_CLOCK_TIME]) |
| 11 | AC_REQUIRE([gl_TIMESPEC]) | 11 | AC_REQUIRE([gl_TIMESPEC]) |
| 12 | AC_CHECK_FUNCS_ONCE([gettimeofday nanotime]) | 12 | AC_CHECK_FUNCS_ONCE([gettimeofday]) |
| 13 | ]) | 13 | ]) |