view readline/configure.in @ 1437:dba5dbb3784b

[project @ 1995-09-19 07:52:07 by jwe]
author jwe
date Tue, 19 Sep 1995 07:54:35 +0000
parents 611c49faddae
children a3e4d62de24c
line wrap: on
line source

dnl Process this file with autoconf to produce a configure script.
AC_INIT(readline.c)

AC_CONFIG_HEADER(config.h)

AC_PROG_CC
AC_PROG_CPP
AC_PROG_GCC_TRADITIONAL
AC_PROG_INSTALL
AC_PROG_RANLIB

AC_CHECK_LIB(termcap, tputs)

AC_HEADER_DIRENT
AC_HEADER_STDC
AC_HEADER_TIME
AC_CHECK_HEADERS(fcntl.h sgtty.h termio.h unistd.h varargs.h sys/file.h)
AC_CHECK_HEADERS(sys/ioctl.h sys/time.h sys/pte.h sys/ptem.h sys/stream.h)
AC_CHECK_HEADERS(sys/select.h stdlib.h string.h)

AC_FUNC_ALLOCA
AC_TYPE_SIGNAL
AC_FUNC_VPRINTF
AC_CHECK_FUNCS(getwd select strerror strcasecmp strncasecmp)

AC_OUTPUT(doc/Makefile examples/Makefile Makefile)