summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-09-08 18:16:12 +0200
committerBruno Haible <bruno@clisp.org>2019-09-08 18:16:12 +0200
commit7ab5d0c5f11e9ce25501293fafcce363d4ca53d9 (patch)
treef956709ab7ebea6788deed7f37e79bccc3947941
parent03add7eb9d06ab509034ba01c904a4cb36f5706b (diff)
downloadgnulib-7ab5d0c5f11e9ce25501293fafcce363d4ca53d9.tar.gz
gnulib-7ab5d0c5f11e9ce25501293fafcce363d4ca53d9.tar.bz2
findprog: Remove test that is obsolete since 2006-04-24.
* m4/findprog.m4 (gl_FINDPROG): Don't test for unistd.h.
-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 +1,6 @@
+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>
diff --git a/m4/findprog.m4 b/m4/findprog.m4
index 062297c4c9..f269d3fdc4 100644
--- a/m4/findprog.m4
+++ b/m4/findprog.m4
@@ -1,2 +1,2 @@
-# findprog.m4 serial 2
+# findprog.m4 serial 3
dnl Copyright (C) 2003, 2009-2019 Free Software Foundation, Inc.
@@ -9,3 +9,2 @@ 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.