* configure.in: Convert to use autoconf.
authorIan Lance Taylor <ian@airs.com>
Fri, 8 Sep 1995 18:07:02 +0000 (18:07 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 8 Sep 1995 18:07:02 +0000 (18:07 +0000)
commitb6de8f6a08cdd38b4ba5170b3e0d9b4075903fe1
treea953e2c7e5decd1af9e5579d4dd7568877afb2e3
parent247d4fb1aff17f1dda36ee0e9fc796d586d13d5c
* configure.in: Convert to use autoconf.
* configure: New file, built by autoconf.
* acconfig.h: New file.
* config.in: New file, built by autoheader.
* Makefile.in: Various changes for new configure script.  Also:
(INSTALL): Go up two levels, not one.
(ALLOCA, MALLOC, OPCODES): Remove.
(gencode): Use $(CC_FOR_BUILD).
(case.o): Remove.
(run.o, interp.o): Depend upon config.h.
* interp.c: Include "config.h".  Don't include "sysdep.h".
Include <stdlib.h>, <time.h>, and <unistd.h> if they exist.
* run.c: Include "config.h".  Don't include "sysdep.h".  Include
<stdlib.h> if it exists.  Include "getopt.h".  Declare printf if
necessary.
sim/w65/.Sanitize
sim/w65/ChangeLog
sim/w65/Makefile.in
sim/w65/acconfig.h [new file with mode: 0644]
sim/w65/config.in [new file with mode: 0644]
sim/w65/configure [new file with mode: 0755]
sim/w65/configure.in
sim/w65/interp.c
sim/w65/run.c