repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* Contribute CGEN simulator build support code.
[binutils-gdb.git]
/
sim
/
sh
/
configure.in
blob
033b0bc161589179292b5f77768f827967a6f272
1
dnl Process this file with autoconf to produce a configure script.
2
sinclude(../common/aclocal.m4)
3
AC_PREREQ(2.5)dnl
4
AC_INIT(Makefile.in)
5
6
SIM_AC_COMMON
7
8
AC_CHECK_HEADERS(unistd.h)
9
10
SIM_AC_OUTPUT