summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--m4/findprog.m43
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 <bruno@clisp.org>
+
+ 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 <akim@lrde.epita.fr>
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])
])

Return to:

Send suggestions and report system problems to the System administrator.