Check for success of hard links of bin files. If they fail, try sym
authorDavid Levine <levinedl@acm.org>
Sat, 5 May 2012 15:05:36 +0000 (10:05 -0500)
committerDavid Levine <levinedl@acm.org>
Sat, 5 May 2012 15:05:36 +0000 (10:05 -0500)
commitf51d08573e0b5ee447c03bd83547ed252103354c
tree0080b232ef5ad432a603e16d308ed13c6d33409e
parentfa87949f51fea475ba7c19a2aac57f49eebb56a2
Check for success of hard links of bin files.  If they fail, try sym
links.  On Cygwin, the choice of ln or ln -s must be made at install
time, not configure time, because some filesystems (NTFS) support hard
links but others (FAT32) don't.  Fallback to cp -p, though might not
be needed, just in case.
MACHINES
Makefile.am