stk/Extensions/configure.in

11 lines
345 B
Plaintext
Raw Permalink Normal View History

1996-09-27 06:29:02 -04:00
dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run during STk installation
dnl to configure the system for the local environment.
AC_INIT(process.c)
/bin/rm -f config.cache
CC=${CC-gcc}
AC_HAVE_HEADERS(unistd.h limits.h)
AC_HAVE_FUNCS(sigaction)
1998-06-09 07:07:40 -04:00
AC_OUTPUT(Makefile stk-genmake)