Mercurial > hg > octave-jordi
comparison configure.ac @ 10244:b0485f5a921e
assume atexit exists
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Tue, 02 Feb 2010 02:45:14 -0500 |
parents | 8cea060a6c85 |
children | 4ea0bda308b7 |
comparison
equal
deleted
inserted
replaced
10243:8cea060a6c85 | 10244:b0485f5a921e |
---|---|
1493 AC_MSG_WARN([I couldn't find termios.h, termio.h, or sgtty.h!]) | 1493 AC_MSG_WARN([I couldn't find termios.h, termio.h, or sgtty.h!]) |
1494 fi | 1494 fi |
1495 | 1495 |
1496 ### Checks for functions and variables. | 1496 ### Checks for functions and variables. |
1497 | 1497 |
1498 AC_CHECK_FUNCS(atexit basename canonicalize_file_name \ | 1498 AC_CHECK_FUNCS(basename canonicalize_file_name \ |
1499 chmod dup2 endgrent endpwent execvp expm1 expm1f fcntl fork getcwd \ | 1499 chmod dup2 endgrent endpwent execvp expm1 expm1f fcntl fork getcwd \ |
1500 getegid geteuid getgid getgrent getgrgid getgrnam getpgrp getpid \ | 1500 getegid geteuid getgid getgrent getgrgid getgrnam getpgrp getpid \ |
1501 getppid getpwent getpwuid getuid getwd _kbhit kill \ | 1501 getppid getpwent getpwuid getuid getwd _kbhit kill \ |
1502 lgamma lgammaf lgamma_r lgammaf_r localtime_r log1p log1pf \ | 1502 lgamma lgammaf lgamma_r lgammaf_r localtime_r log1p log1pf \ |
1503 mkstemp on_exit pipe poll putenv raise \ | 1503 mkstemp pipe poll putenv raise \ |
1504 realpath resolvepath rindex roundl select setgrent setlocale \ | 1504 realpath resolvepath rindex roundl select setgrent setlocale \ |
1505 setpwent setvbuf sigaction siglongjmp sigpending sigprocmask sigsuspend \ | 1505 setpwent setvbuf sigaction siglongjmp sigpending sigprocmask sigsuspend \ |
1506 snprintf strdup strerror strsignal tempnam tgammaf trunc umask \ | 1506 snprintf strdup strerror strsignal tempnam tgammaf trunc umask \ |
1507 uname usleep utime vfprintf vsprintf vsnprintf waitpid \ | 1507 uname usleep utime vfprintf vsprintf vsnprintf waitpid \ |
1508 _chmod _snprintf x_utime _utime32) | 1508 _chmod _snprintf x_utime _utime32) |