* configure.in: Add calls to AC_CONFIG_HEADER, AC_CHECK_HEADERS,
authorIan Lance Taylor <ian@airs.com>
Mon, 3 Jun 1996 15:58:45 +0000 (15:58 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 3 Jun 1996 15:58:45 +0000 (15:58 +0000)
commit4fa134beac0943427788687d93cd3a73e56b082e
treec595d3a11d042d853964a6c1975fed522bc189e9
parent3b426f5a605cff1007ec6ffa03f02897a384ae18
* configure.in: Add calls to AC_CONFIG_HEADER, AC_CHECK_HEADERS,
AC_CHECK_LIB, and AC_CHECK_FUNCS.  Change AC_OUTPUT to set
stamp-h.
* configure: Rebuild.
* config.in: New file, generated by autoheader.
* interp.c: Include "config.h".  Include <stdlib.h>, <string.h>,
and <strings.h> if they exist.  Replace #ifdef sun with #ifdef
HAVE_ANINT and HAVE_AINT, as appropriate.
* Makefile.in (run): Use @LIBS@ rather than -lm.
(interp.o): Depend upon config.h.
(Makefile): Just rebuild Makefile.
(clean): Remove stamp-h.
(mostlyclean): Make the same as clean, not as distclean.
(config.h, stamp-h): New targets.
sim/mips/ChangeLog
sim/mips/Makefile.in [new file with mode: 0644]
sim/mips/configure [new file with mode: 0755]
sim/mips/configure.in
sim/mips/interp.c