Differences From Artifact [248f926e05]:
- File configure.ac — part of check-in [0e7070d332] at 2014-05-02 01:36:22 on branch trunk — Updated to produce working pkgIndex.tcl file (user: rkeene, size: 972) [annotate] [blame] [check-ins using]
To Artifact [7c8c9edb2e]:
- File configure.ac — part of check-in [5b517f12c1] at 2014-05-02 01:50:21 on branch trunk — Updated to be more simple about loading objects (user: rkeene, size: 967) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
37 38 39 40 41 42 43 | dnl Look for appropriate headers AC_CHECK_HEADERS(unistd.h stdlib.h string.h strings.h dlfcn.h dl.h) dnl Perform Tcl Extension required stuff TCLEXT_INIT dnl Produce output | | | 37 38 39 40 41 42 43 44 | dnl Look for appropriate headers AC_CHECK_HEADERS(unistd.h stdlib.h string.h strings.h dlfcn.h dl.h) dnl Perform Tcl Extension required stuff TCLEXT_INIT dnl Produce output AC_OUTPUT(Makefile pkgIndex.tcl) |