autoconf/bin
Akim Demaille 4b6a9f36ba * 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.
2000-03-25 09:17:40 +00:00
..
autoconf.in * autoconf.sh (translate_awk): `> "/dev/stderr"' is not portable 2000-03-25 09:17:40 +00:00
autoheader.in * autoheader.sh (checking completeness): Be ready to recognize 2000-03-25 09:16:53 +00:00
autoreconf.in More uniform style is scripts. 2000-03-13 17:26:21 +00:00
autoscan.in * autoscan.pl (parse_args): Add support for -m <macrodir>. 2000-03-02 18:25:34 +00:00
ifnames.in More uniform style is scripts. 2000-03-13 17:26:21 +00:00