Warn again using /bin/c89 on AIX 4.x.

From William J. Smith <William.Smith@eiStream.com>.
This commit is contained in:
Eli Zaretskii 2001-12-21 12:18:37 +00:00
parent e2c3786a16
commit a9f66ecbcd

View file

@ -562,6 +562,9 @@ IBM RS/6000 (rs6000-ibm-aix*)
fail because libXbsd isn't found. This is a compiler bug; fail because libXbsd isn't found. This is a compiler bug;
re-configure Emacs so that it isn't compiled with `-O5'. re-configure Emacs so that it isn't compiled with `-O5'.
On AIX 4.3.x and 4.4, compiling with /bin/c89 fails because it
treats certain warnings as errors. Use `cc' instead.
At last report, Emacs didn't run well on terminals. Informed At last report, Emacs didn't run well on terminals. Informed
persons say that the tty VMIN and VTIME settings have been persons say that the tty VMIN and VTIME settings have been
corrupted; if you have a fix, please send it to us. corrupted; if you have a fix, please send it to us.