]> code.delx.au - gnu-emacs/commitdiff
* configure.ac (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC): New.
authorGlenn Morris <rgm@gnu.org>
Wed, 1 Aug 2012 01:53:04 +0000 (21:53 -0400)
committerGlenn Morris <rgm@gnu.org>
Wed, 1 Aug 2012 01:53:04 +0000 (21:53 -0400)
ChangeLog
configure.ac

index fea0e72a9df66d9003e51d5d4b015f3820538f3c..9aa7067bf6435bf3ed74a706d597e38ddfa311c3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2012-08-01  Glenn Morris  <rgm@gnu.org>
 
+       * configure.ac (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC): New.
+
        * configure.ac (DEVICE_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP)
        (IS_ANY_SEP): Move here from src/lisp.h.
 
index 27aba36e744344642a16f9e2b9863165315deab1..008c6a651ad832da3f144b812264b9e05f314e17 100644 (file)
@@ -3136,6 +3136,12 @@ AC_DEFINE(CLASH_DETECTION, 1, [Define if you want lock files to be written,
   so that Emacs can tell instantly when you try to modify a file that
   someone else has modified in his/her Emacs.])
 
+AH_TEMPLATE(FLOAT_CHECK_DOMAIN, [Define if the float library doesn't
+  handle errors by either setting errno, or signaling SIGFPE/SIGILL.])
+
+AH_TEMPLATE(HAVE_INVERSE_HYPERBOLIC, [Define if you have the functions
+  acosh, asinh, and atanh.])
+
 dnl Everybody supports this, except MS.
 dnl Seems like the kind of thing we should be testing for, though.
 ## Note: PTYs are broken on darwin <6.  Use at your own risk.