Mercurial > hg > octave-avbm
diff configure.ac @ 14154:f15007a6c642 stable
use gnulib::raise
* sighandlers.cc (my_friendly_exit): Use gnulib::raise.
* configure.ac: Don't check for kill.
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Fri, 06 Jan 2012 10:25:00 -0500 |
parents | 834df9f10963 |
children | a737b3fb9c4d |
line wrap: on
line diff
--- a/configure.ac +++ b/configure.ac @@ -1626,7 +1626,7 @@ AC_CHECK_FUNCS(basename canonicalize_file_name \ chmod dup2 endgrent endpwent execvp expm1 expm1f fork \ getegid geteuid getgid getgrent getgrgid getgrnam getpgrp getpid \ - getppid getpwent getpwuid getuid getwd _kbhit kill \ + getppid getpwent getpwuid getuid getwd _kbhit \ lgamma lgammaf lgamma_r lgammaf_r localtime_r log1p log1pf \ mkstemp pipe putenv \ realpath resolvepath rindex roundl select setgrent setlocale \