* config/tc-mips.c (mips16_extended_frag): Correct base address
[deliverable/binutils-gdb.git] / sim / erc32 / configure.in
CommitLineData
19c5af72
DE
1dnl Process this file with autoconf to produce a configure script.
2sinclude(../common/aclocal.m4)
31884e28 3AC_PREREQ(2.5)dnl
f4d2ff34
RS
4AC_INIT(Makefile.in)
5
d70e3e2b 6SIM_AC_COMMON
f4d2ff34 7
d70e3e2b 8AC_CHECK_HEADERS(stdlib.h)
f4d2ff34 9
a665caa6
RS
10AC_CHECK_LIB(termcap, main, TERMCAP=-ltermcap, TERMCAP="")
11AC_SUBST(TERMCAP)
12
d70e3e2b 13SIM_AC_OUTPUT
This page took 0.045156 seconds and 4 git commands to generate.