Files
binutils-gdb/sim/arm/configure.in
2003-03-20 12:25:07 +00:00

15 lines
243 B
Plaintext

dnl Process this file with autoconf to produce a configure script.
sinclude(../common/aclocal.m4)
AC_PREREQ(2.5)dnl
AC_INIT(Makefile.in)
SIM_AC_COMMON
AC_CHECK_HEADERS(unistd.h)
COPRO="armcopro.o maverick.o"
AC_SUBST(COPRO)
SIM_AC_OUTPUT