]> Savannah Git Hosting - gnulib.git/commit
lstat: fix cross-compilation 'ln -s' problem
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 21 Apr 2015 07:22:00 +0000 (00:22 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 21 Apr 2015 07:23:05 +0000 (00:23 -0700)
commita1e6bbdc602c54ddc8889930f10ba527c39e2496
tree9bb455438fd6d3eb1e97a425f12535c9e5246535
parent3bafb58396fb1ae63938ee33f3e33e62b5a01d23
lstat: fix cross-compilation 'ln -s' problem

* m4/lstat.m4 (gl_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK):
Have the test program call 'symlink' rather than a separate
script run 'ln -s'; this is more likely to work in
cross-compilation environments.  Reported by Pavel Fedin in:
http://lists.gnu.org/archive/html/bug-gnulib/2015-04/msg00060.html
ChangeLog
m4/lstat.m4