]> git.ipfire.org Git - thirdparty/autoconf.git/commit
* autoconf.sh (translate_awk): `> "/dev/stderr"' is not portable
authorAkim Demaille <akim@epita.fr>
Sat, 25 Mar 2000 09:17:40 +0000 (09:17 +0000)
committerAkim Demaille <akim@epita.fr>
Sat, 25 Mar 2000 09:17:40 +0000 (09:17 +0000)
commit4b6a9f36ba0a873d18cd9cec09c1069c4f504835
tree4e77220e423ff514585d1e843b8bef396f1820ca
parentf684a9be3dfac96a43b78a90af8358e1afb2bbe7
* autoconf.sh (translate_awk): `> "/dev/stderr"' is not portable
to systems without a real /dev/stderr in the file system or if not
using one of the three free awks.  Use
print message | "cat >&2"
...
END { close("cat >&2") }
From Aharon Robbins.
ChangeLog
autoconf.in
autoconf.sh
bin/autoconf.in