mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-13 13:35:56 +00:00
![Stu Grossman](/assets/img/avatar_default.png)
scheme which is more compatible with WinGDB builds. * configure.in: Improve comment on how to run autoconf. * configure: Re-run autoconf to get new ../common/aclocal.m4. * Makefile.in: Use autoconf substitution to install common makefile fragment.
13 lines
257 B
Plaintext
13 lines
257 B
Plaintext
dnl Process this file with `autoconf -l ../common' to produce a configure script.
|
|
AC_PREREQ(2.5)dnl
|
|
AC_INIT(Makefile.in)
|
|
|
|
SIM_AC_COMMON
|
|
|
|
AC_CHECK_HEADERS(stdlib.h)
|
|
|
|
AC_CHECK_LIB(termcap, main, TERMCAP=-ltermcap, TERMCAP="")
|
|
AC_SUBST(TERMCAP)
|
|
|
|
SIM_AC_OUTPUT
|