>From ccfbc26dce79adcb32bf421ff813247699d70ea5 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 15 Sep 2019 19:00:51 +0200 Subject: [PATCH 3/3] findprog, findprog-lgpl, findprog-in: Fix crash on MSVC. * modules/findprog (Depends-on): Add access. * modules/findprog-lgpl (Depends-on): Likewise. * modules/findprog-in (Depends-on): Likewise. --- ChangeLog | 7 +++++++ modules/findprog | 1 + modules/findprog-in | 1 + modules/findprog-lgpl | 1 + 4 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 394dcd5..7d2eb3a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2019-09-15 Bruno Haible + findprog, findprog-lgpl, findprog-in: Fix crash on MSVC. + * modules/findprog (Depends-on): Add access. + * modules/findprog-lgpl (Depends-on): Likewise. + * modules/findprog-in (Depends-on): Likewise. + +2019-09-15 Bruno Haible + access: Add tests. * tests/test-access.c: New file. * modules/access-tests: New file. diff --git a/modules/findprog b/modules/findprog index c849d66..d48158b 100644 --- a/modules/findprog +++ b/modules/findprog @@ -11,6 +11,7 @@ Depends-on: stdbool xalloc xconcat-filename +access unistd configure.ac: diff --git a/modules/findprog-in b/modules/findprog-in index ce7faa5..971366b 100644 --- a/modules/findprog-in +++ b/modules/findprog-in @@ -12,6 +12,7 @@ stdbool filename xalloc xconcat-filename +access unistd configure.ac: diff --git a/modules/findprog-lgpl b/modules/findprog-lgpl index 63c78d0..477eccb 100644 --- a/modules/findprog-lgpl +++ b/modules/findprog-lgpl @@ -12,6 +12,7 @@ Depends-on: stdbool strdup concat-filename +access unistd configure.ac: -- 2.7.4