forked from Imagelibrary/binutils-gdb
10 lines
183 B
Plaintext
10 lines
183 B
Plaintext
dnl Process this file with autoconf to produce a configure script.
|
|
AC_PREREQ(2.5)dnl
|
|
AC_INIT(Makefile.in)
|
|
|
|
SIM_AC_COMMON
|
|
|
|
AC_CHECK_HEADERS(stdlib.h time.h sys/param.h)
|
|
|
|
SIM_AC_OUTPUT
|