From 7ab5d0c5f11e9ce25501293fafcce363d4ca53d9 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 8 Sep 2019 18:16:12 +0200 Subject: findprog: Remove test that is obsolete since 2006-04-24. * m4/findprog.m4 (gl_FINDPROG): Don't test for unistd.h. --- ChangeLog | 5 +++++ m4/findprog.m4 | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5c226ce436..66ba80fb4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2019-09-08 Bruno Haible + + findprog: Remove test that is obsolete since 2006-04-24. + * m4/findprog.m4 (gl_FINDPROG): Don't test for unistd.h. + 2019-09-06 Akim Demaille bitset: style changes diff --git a/m4/findprog.m4 b/m4/findprog.m4 index 062297c4c9..f269d3fdc4 100644 --- a/m4/findprog.m4 +++ b/m4/findprog.m4 @@ -1,4 +1,4 @@ -# findprog.m4 serial 2 +# findprog.m4 serial 3 dnl Copyright (C) 2003, 2009-2019 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -7,6 +7,5 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FINDPROG], [ dnl Prerequisites of lib/findprog.c. - AC_CHECK_HEADERS_ONCE([unistd.h]) AC_REQUIRE([gl_FUNC_EACCESS]) ]) -- cgit v1.2.1