comparison configure.in @ 7638:2df457529cfa

implement expm1 and log1p functions
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 25 Mar 2008 19:47:21 -0400
parents 99c410f7f0b0
children 8136cb19fb7a
comparison
equal deleted inserted replaced
7637:2be056f03720 7638:2df457529cfa
1311 AC_MSG_ERROR([You are required to have fnmatch.h and glob.h]) 1311 AC_MSG_ERROR([You are required to have fnmatch.h and glob.h])
1312 fi 1312 fi
1313 1313
1314 ### Checks for functions and variables. 1314 ### Checks for functions and variables.
1315 1315
1316 AC_CHECK_FUNCS(atexit basename bcopy bzero canonicalize_file_name chmod \ 1316 AC_CHECK_FUNCS(atexit basename bcopy bzero canonicalize_file_name \
1317 dup2 endgrent endpwent execvp fcntl fork getcwd getegid geteuid \ 1317 chmod dup2 endgrent endpwent execvp expm1 fcntl fork getcwd \
1318 getgid getgrent getgrgid getgrnam getpgrp getpid getppid getpwent \ 1318 getegid geteuid getgid getgrent getgrgid getgrnam getpgrp getpid \
1319 getpwuid gettimeofday getuid getwd _kbhit kill lgamma lgamma_r link \ 1319 getppid getpwent getpwuid gettimeofday getuid getwd _kbhit kill \
1320 localtime_r lstat memmove mkdir mkfifo mkstemp on_exit pipe poll putenv \ 1320 lgamma lgamma_r link localtime_r log1p lstat memmove mkdir mkfifo \
1321 raise readlink realpath rename resolvepath rindex rmdir round select \ 1321 mkstemp on_exit pipe poll putenv raise readlink realpath rename \
1322 setgrent setlocale setpwent setvbuf sigaction siglongjmp sigpending \ 1322 resolvepath rindex rmdir round select setgrent setlocale setpwent \
1323 sigprocmask sigsuspend snprintf stat strcasecmp strdup strerror stricmp \ 1323 setvbuf sigaction siglongjmp sigpending sigprocmask sigsuspend \
1324 strncasecmp strnicmp strptime strsignal symlink tempnam tgamma trunc umask \ 1324 snprintf stat strcasecmp strdup strerror stricmp strncasecmp \
1325 strnicmp strptime strsignal symlink tempnam tgamma trunc umask \
1325 uname unlink usleep utime vfprintf vsprintf vsnprintf waitpid \ 1326 uname unlink usleep utime vfprintf vsprintf vsnprintf waitpid \
1326 _chmod _snprintf x_utime _utime32) 1327 _chmod _snprintf x_utime _utime32)
1327 1328
1328 case "$canonical_host_type" in 1329 case "$canonical_host_type" in
1329 *-*-msdosmsvc) 1330 *-*-msdosmsvc)