mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
11 lines
202 B
Plaintext
11 lines
202 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(stdlib.h time.h)
|
|
|
|
SIM_AC_OUTPUT
|