Browse CVS Repository
Diff of /satellite/satellite4/configure.in
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 128 |
#endif]) |
#endif]) |
| 129 |
|
|
| 130 |
# Checks for library functions. |
# Checks for library functions. |
| 131 |
# libsl4 : endpwent getcwd memmove memset mkdir putenv rmdir setenv strstr |
# libsl4 : endpwent getcwd memmove memset mkdir putenv rmdir setenv snprintf |
| 132 |
# vasprintf vsnprintf wvsprintf _vscprintf |
# strstr vasprintf vsnprintf wvsprintf _vscprintf |
| 133 |
AC_FUNC_CLOSEDIR_VOID |
AC_FUNC_CLOSEDIR_VOID |
| 134 |
AC_FUNC_FORK |
AC_FUNC_FORK |
| 135 |
AC_PROG_GCC_TRADITIONAL |
AC_PROG_GCC_TRADITIONAL |
| 141 |
AC_FUNC_STAT |
AC_FUNC_STAT |
| 142 |
AC_FUNC_STRTOD |
AC_FUNC_STRTOD |
| 143 |
AC_FUNC_VPRINTF |
AC_FUNC_VPRINTF |
| 144 |
AC_CHECK_FUNCS([endpwent getcwd memmove memset mkdir putenv rmdir setenv strstr vasprintf vsnprintf wvsprintf _vscprintf \ |
AC_CHECK_FUNCS([endpwent getcwd memmove memset mkdir putenv rmdir setenv snprintf strstr vasprintf vsnprintf wvsprintf _vscprintf \ |
| 145 |
floor ftime gethostname gettimeofday memmove memset munmap pow putenv setlocale sqrt strchr strdup strpbrk strrchr strstr strtol lrand48 \ |
floor ftime gethostname gettimeofday munmap pow setlocale sqrt strchr strdup strpbrk strrchr strtol lrand48 \ |
| 146 |
bzero strerror strncpy snprintf lockf flockf]) |
bzero strerror strncpy lockf flockf]) |
| 147 |
|
|
| 148 |
# replaced cflags and libs for pthread support |
# replaced cflags and libs for pthread support |
| 149 |
CFLAGS="$CFLAGS $PTHREAD_CFLAGS" |
CFLAGS="$CFLAGS $PTHREAD_CFLAGS" |
|
|
Legend:
| Removed from v.1.18 |
|
| changed lines |
| |
Added in v.1.19 |
|
|
|