mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-10 04:43:00 +03:00
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.
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
2019-09-15 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
|
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 <bruno@clisp.org>
|
2019-09-15 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
access: Add tests.
|
access: Add tests.
|
||||||
|
@@ -11,6 +11,7 @@ Depends-on:
|
|||||||
stdbool
|
stdbool
|
||||||
xalloc
|
xalloc
|
||||||
xconcat-filename
|
xconcat-filename
|
||||||
|
access
|
||||||
unistd
|
unistd
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -12,6 +12,7 @@ stdbool
|
|||||||
filename
|
filename
|
||||||
xalloc
|
xalloc
|
||||||
xconcat-filename
|
xconcat-filename
|
||||||
|
access
|
||||||
unistd
|
unistd
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -12,6 +12,7 @@ Depends-on:
|
|||||||
stdbool
|
stdbool
|
||||||
strdup
|
strdup
|
||||||
concat-filename
|
concat-filename
|
||||||
|
access
|
||||||
unistd
|
unistd
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
Reference in New Issue
Block a user