Differences From Artifact [e12a8b84bb]:
- File kitsh/buildsrc/kitsh-0.0/configure.ac — part of check-in [66c3398628] at 2010-09-26 04:50:15 on branch trunk — Updated test for dladdr() to be more comprehensive (user: rkeene, size: 2938) [annotate] [blame] [check-ins using]
To Artifact [d545ae6633]:
- File
kitsh/buildsrc/kitsh-0.0/configure.ac
— part of check-in
[013d6b36f4]
at
2010-09-26 04:50:35
on branch trunk
— Updated to use "/proc/self/exe" rather than "/proc/<pid>/exe"
Updated to check for "/proc/curproc/file" (FreeBSD) (user: rkeene, size: 2957) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
39 40 41 42 43 44 45 |
AC_CHECK_FUNCS(Tcl_SetStartupScript TclSetStartupScriptPath)
dnl Check for the ability to get the current system encoding
AC_CHECK_FUNCS(Tcl_GetEncodingNameFromEnvironment Tcl_SetSystemEncoding)
LIBS="${SAVE_LIBS}"
dnl Check for optional headers
AC_HEADER_STDC
| | | 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 |
AC_CHECK_FUNCS(Tcl_SetStartupScript TclSetStartupScriptPath)
dnl Check for the ability to get the current system encoding
AC_CHECK_FUNCS(Tcl_GetEncodingNameFromEnvironment Tcl_SetSystemEncoding)
LIBS="${SAVE_LIBS}"
dnl Check for optional headers
AC_HEADER_STDC
AC_CHECK_HEADERS(unistd.h string.h strings.h)
dnl Check for optional system calls
AC_CHECK_FUNCS(readlink)
dnl Check for acceptable dladdr so we can find ourselves on Solaris
DC_CHECK_FOR_ACCEPTABLE_DLADDR
|
| ︙ | ︙ |