Artifact c984774d96b64afddb7c408ffd4f5e208e02fe5c:
- File configure.in — part of check-in [47bf6c1c1f] at 2016-11-23 04:53:50 on branch tls-1-7 — More work towards a building build system (user: rkeene, size: 436) [annotate] [blame] [check-ins using]
dnl Define ourselves AC_INIT(tcltls, @@VERS@@) dnl Checks for programs. AC_PROG_CC AC_PROG_MAKE_SET AC_PROG_INSTALL AC_GNU_SOURCE dnl Determine system information DC_CHK_OS_INFO dnl Determine how to make shared objects DC_GET_SHOBJFLAGS dnl Look for appropriate headers AC_CHECK_HEADERS(unistd.h stdlib.h string.h strings.h) dnl Perform Tcl Extension required stuff TCLEXT_INIT dnl Produce output AC_OUTPUT(Makefile pkgIndex.tcl)