Differences From Artifact [56a86ea8f9]:
- File configure.ac — part of check-in [1a3fad8a69] at 2010-10-10 17:26:18 on branch trunk — Ditched TEA Added simple Tcl Extension building arch (user: rkeene, size: 542) [annotate] [blame] [check-ins using]
To Artifact [6386d49ecc]:
- File configure.ac — part of check-in [515139af76] at 2010-10-10 17:38:09 on branch trunk — Fixed issue with defining stubs mechanism incorrectly Updated to find shared object build flags Updated ignores Updated to cleanup after Win32 builds correctly (user: rkeene, size: 602) [annotate] [blame] [check-ins using]
︙ | |||
8 9 10 11 12 13 14 15 16 17 18 19 20 21 | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | + + + | AC_GNU_SOURCE dnl Determine system information DC_CHK_OS_INFO dnl Perform Tcl Extension required stuff TCLEXT_INIT dnl Determine how to make shared objects DC_GET_SHOBJFLAGS dnl Find out if we have the functions needed to open shared objects AC_SEARCH_LIBS(dlopen, dl,, [ AC_SEARCH_LIBS(shl_load, dld dl) ]) AC_CHECK_FUNCS(dlopen shl_load) |
︙ |