mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
b1df34b9ed
* config.in: Ditto. * configure.in: Don't call sinclude.
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
|