dnl Process this file with 'autoconf' to produce a 'configure' script dnl $Id: configure.in,v 1.26 2018/07/26 00:14:58 tom Exp $ AC_REVISION($Revision: 1.26 $) AC_INIT(esc.c) AC_CONFIG_HEADER(config.h:config.hin) CF_CHECK_CACHE AC_ARG_PROGRAM CF_PROG_CC AC_PROG_INSTALL CF_MAKE_TAGS CF_PROG_LINT CF_WITH_MAN2HTML CF_DISABLE_ECHO CF_WITH_WARNINGS CF_XOPEN_SOURCE ### extra things that we'll substitute in the makefile AC_TYPE_SIGNAL AC_STDC_HEADERS AC_HAVE_HEADERS( \ fcntl.h \ ioctl.h \ sgtty.h \ stdlib.h \ string.h \ sys/filio.h \ sys/ioctl.h \ termio.h \ termios.h \ unistd.h \ ) AC_HAVE_FUNCS( \ alarm \ rdchk \ tcgetattr \ usleep \ ) ### special configuration tests CF_POSIX_VDISABLE CF_FCNTL_VS_IOCTL ### debugging/testing ### output makefile and config.h AC_OUTPUT(makefile) CF_MAKE_DOCS(['$(THIS)'],1)