fix removal of {cpu,machine} links on mingw/msys
authorAndrey Borzenkov <arvidjaar@gmail.com>
Sat, 18 Jan 2014 18:48:04 +0000 (22:48 +0400)
committerAndrey Borzenkov <arvidjaar@gmail.com>
Sat, 18 Jan 2014 18:48:04 +0000 (22:48 +0400)
commite0a850947f541e5078304699106f9f66a79e4151
treead8b38310694052ed1fe93b2722574864afac34d
parent0b47c57ad62e314fac9c77cc17bdea032f945fca
fix removal of {cpu,machine} links on mingw/msys

At least on Windows 2003 using "ln -s dir1 dir2" in msys shell succeeds,
but results in what looks like hard link. Subsequent "rm -f dir2" (e.g.
during second config.status invocation) fails. Check that we also can
remove link to directory.

Make it more clear in message that we are checking "ln -s".
ChangeLog
acinclude.m4