X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=configure.ac;h=036fb64a3af797d44a24405ce4dc12ada9f733e6;hb=fcaa86b18b158c1db0736349dccb94e487dbda5c;hp=8979fdef0de14fcb3e7ee8d4b71e6076b4117869;hpb=1a02dc347cf3d583b8b2e4a57e9ff32cf82240e9;p=mmh diff --git a/configure.ac b/configure.ac index 8979fde..036fb64 100644 --- a/configure.ac +++ b/configure.ac @@ -350,12 +350,12 @@ dnl then use `vi' as the default. AS_IF([test -z "$editorpath"], [editorpath="$vipath"]) AC_SUBST([editorpath])dnl -dnl Cygwin FAT filesystems do not support hard links. So use cp instead, -dnl even if running on an NTFS or other filesystem. +dnl Cygwin FAT filesystems do not support hard links. So default to +dnl cp instead, even if running on an NTFS or other filesystem. AS_CASE(["$host_os"], - [cygwin*],[LINK_FILE=cp], - [LINK_FILE=ln]) -AC_SUBST([LINK_FILE]) + [cygwin*],[LN=cp], + [LN=ln]) +AC_SUBST([LN]) dnl ---------------------------------------------------------- dnl FIND MAIL SPOOL AND SEE IF WE NEED TO MAKE inc SETGID MAIL