1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/link-follow
Eric Blake ee67d8ea6b link-follow: accomodate mingw and cross-compilation
* 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>
2009-09-04 11:59:09 -06:00

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