[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
FYI: STRTOD
From: |
Akim Demaille |
Subject: |
FYI: STRTOD |
Date: |
12 Nov 2001 16:39:00 +0100 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence) |
Index: ChangeLog
from Akim Demaille <address@hidden>
* lib/autoconf/functions.m4 (AC_FUNC_STRTOD): AC_SUBST POW_LIB.
From Jim Meyering.
Index: NEWS
===================================================================
RCS file: /cvs/autoconf/NEWS,v
retrieving revision 1.206
diff -u -u -r1.206 NEWS
--- NEWS 2001/11/03 12:01:35 1.206
+++ NEWS 2001/11/12 15:47:17
@@ -81,6 +81,8 @@
- AC_FUNC_STRERROR_R now sets STRERROR_R_CHAR_P, not HAVE_WORKING_STRERROR_R,
because POSIX 1003.1-200x draft 7 says strerror_r returns int, not char *.
+- AC_FUNC_STRTOD substitutes POW_LIB.
+
* Major changes in Autoconf 2.52
** Documentation
Index: lib/autoconf/functions.m4
===================================================================
RCS file: /cvs/autoconf/lib/autoconf/functions.m4,v
retrieving revision 1.49
diff -u -u -r1.49 functions.m4
--- lib/autoconf/functions.m4 2001/10/22 17:42:32 1.49
+++ lib/autoconf/functions.m4 2001/11/12 15:47:18
@@ -1169,7 +1169,8 @@
# AC_FUNC_STRTOD
# --------------
AC_DEFUN([AC_FUNC_STRTOD],
-[AC_CACHE_CHECK(for working strtod, ac_cv_func_strtod,
+[AC_SUBST(POW_LIB)dnl
+AC_CACHE_CHECK(for working strtod, ac_cv_func_strtod,
[AC_RUN_IFELSE([AC_LANG_SOURCE([[
double strtod ();
int
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- FYI: STRTOD,
Akim Demaille <=