mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-08-25 19:05:49 +00:00
ee67d8ea6b
* m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename... (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this. Change cross-compilation results to -1, to make linkat easier to implement when cross-compiling. Trivially support mingw. * modules/link-follow (configure.ac): Call new name. * NEWS: Mention this. Signed-off-by: Eric Blake <ebb9@byu.net>
21 lines
222 B
Plaintext
21 lines
222 B
Plaintext
Description:
|
|
Determine whether link("symlink", "foo") follows the symlink.
|
|
|
|
Files:
|
|
m4/link-follow.m4
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
gl_FUNC_LINK_FOLLOWS_SYMLINK
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|