From 5ca6e8e6a4e5c022a6fb5d28f30219c22c99eda8 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 Feb 2017 00:05:23 -0800 Subject: Import Upstream version 4e6 --- configure.in | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 configure.in (limited to 'configure.in') diff --git a/configure.in b/configure.in new file mode 100644 index 0000000..76c60ad --- /dev/null +++ b/configure.in @@ -0,0 +1,33 @@ +dnl Process this file with autoconf to produce a configure script. +AC_INIT(scl.c) +AC_CONFIG_HEADER(scmconfig.h) + +test -z "$CFLAGS" && CFLAGS=-g AC_SUBST(CFLAGS) +test -z "$LDFLAGS" && LDFLAGS=-g AC_SUBST(LDFLAGS) + +AC_PROG_CC +AC_PROG_INSTALL +AC_PROG_CPP +AC_PROG_RANLIB +AC_AIX +AC_ISC_POSIX +AC_MINIX +AC_STDC_HEADERS +AC_HAVE_HEADERS(unistd.h string.h memory.h limits.h time.h sys/types.h sys/time.h sys/timeb.h sys/times.h) +AC_TIME_WITH_SYS_TIME +AC_HAVE_FUNCS(ftime times getcwd) +AC_RETSIGTYPE +AC_CONST +AC_MINUS_C_MINUS_O +dnl AC_PREFIX(scm) + +AC_SUBST(LIBOBJS) + +AC_OUTPUT(Makefile) + +dnl Local Variables: +dnl comment-start: "dnl " +dnl comment-end: "" +dnl comment-start-skip: "\\bdnl\\b\\s *" +dnl compile-command: "make configure scmconfig.h.in" +dnl End: -- cgit v1.2.3