Using backslashes and slashes in the strings of the sed 'y' command shall be avoided...
authorYang Tse <yangsita@gmail.com>
Fri, 7 Jul 2006 12:59:45 +0000 (12:59 +0000)
committerYang Tse <yangsita@gmail.com>
Fri, 7 Jul 2006 12:59:45 +0000 (12:59 +0000)
commit03288943af26325db05b90903e5a2cd366eed2d1
treef61711186dc6d4b221900e1555e2b4039f670ed7
parent725f734bae7d94031d5a0d28e258aa1104bc3e20
Using backslashes and slashes in the strings of the sed 'y' command shall be avoided since its interpretation is not the same across platforms.

Now we use the sed 's' command with a bracket expression.
acinclude.m4
ares/acinclude.m4