]>
Commit | Line | Data |
---|---|---|
c906108c | 1 | dnl Process this file with autoconf to produce a configure script. |
b7026657 | 2 | AC_PREREQ(2.59)dnl |
c906108c | 3 | AC_INIT(Makefile.in) |
35695fd6 | 4 | AC_CONFIG_HEADER(config.h:config.in) |
c906108c | 5 | |
f0569246 | 6 | sinclude(../common/aclocal.m4) |
c906108c | 7 | |
35695fd6 AC |
8 | # Bugs in autoconf 2.59 break the call to SIM_AC_COMMON, hack around |
9 | # it by inlining the macro's contents. | |
10 | sinclude(../common/common.m4) | |
11 | ||
c4793bac | 12 | AC_CHECK_HEADERS(unistd.h stdint.h) |
c906108c | 13 | |
3a3d6f65 | 14 | COPRO="armcopro.o maverick.o iwmmxt.o" |
f603c8fe | 15 | |
c1a72ffd NC |
16 | AC_SUBST(COPRO) |
17 | ||
c906108c | 18 | SIM_AC_OUTPUT |