11 lines
218 B
Text
11 lines
218 B
Text
|
|
dnl Process this file with autoconf to produce a configure script.
|
||
|
|
AC_INIT(termcap.h)
|
||
|
|
AC_SUBST(PROGS)dnl
|
||
|
|
AC_PROG_CC
|
||
|
|
AC_PROG_CPP
|
||
|
|
AC_PROG_INSTALL
|
||
|
|
AC_HAVE_HEADERS(string.h)
|
||
|
|
AC_UNISTD_H
|
||
|
|
AC_STDC_HEADERS
|
||
|
|
AC_OUTPUT(Makefile)
|