Changeset 8876
- Timestamp:
- Sep 21, 2006, 4:15:25 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/configure.ac
r8875 r8876 94 94 AC_PREFIX_DEFAULT([/usr/local]) 95 95 test "$prefix" = NONE && prefix=/usr/local 96 97 dnl check for standard language functionality98 AC_CHECK_HEADERS([fcntl.h float.h limits.h stdint.h stdlib.h string.h sys/time.h unistd.h])99 AC_C_CONST100 AC_C_INLINE101 AC_HEADER_STDBOOL102 AC_HEADER_SYS_WAIT103 AC_HEADER_TIME104 AC_STRUCT_TM105 AC_TYPE_SIZE_T106 107 dnl Checks for library functions.108 AC_FUNC_ERROR_AT_LINE109 AC_FUNC_FORK110 AC_FUNC_MALLOC111 AC_FUNC_MEMCMP112 AC_FUNC_REALLOC113 AC_FUNC_STRFTIME114 AC_FUNC_STRTOD115 AC_FUNC_VPRINTF116 AC_CHECK_FUNCS([floor gethostname gettimeofday memmove memset mkdir pow regcomp sqrt strchr strcspn strerror strrchr strstr strtol strtoul strtoull])117 118 dnl Add the src directories to the include path119 96 120 97 dnl Check for how to link against pthreads
Note:
See TracChangeset
for help on using the changeset viewer.
