Replaced run-time detection of hard-link support with compile- time
authorDavid Levine <levinedl@acm.org>
Mon, 11 Jun 2012 03:50:24 +0000 (22:50 -0500)
committerDavid Levine <levinedl@acm.org>
Mon, 11 Jun 2012 03:50:24 +0000 (22:50 -0500)
commit48959daf724bb10802ca489654035f69e701efc0
tree3c311ab1859e29f11073acca07343fda21006f74
parent93a064c72892c8ee4e0102517c1e46cbac4fd114
Replaced run-time detection of hard-link support with compile- time
detection.  This way, Cygwin packages can be built on NTFS or other
filesystems but still bee installed on FAT file systems, which do not
support hard links.
Makefile.am
configure.ac