summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-07-01 00:08:56 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-07-01 00:08:56 +0000
commit507aaa0037d7ecd752aa2703ac9109db741fa376 (patch)
tree9bd2cd916f1cbbc6ce609447e90ec3acd565036d /m4
parent6b2cf24aac75e0f7a3f29460f9875dda58845682 (diff)
downloadcoreutils-507aaa0037d7ecd752aa2703ac9109db741fa376.tar.xz
(gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't want to require the building of c-strtod.o.
Diffstat (limited to 'm4')
-rw-r--r--m4/c-strtod.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/c-strtod.m4 b/m4/c-strtod.m4
index dca1cbc70..729f1aac7 100644
--- a/m4/c-strtod.m4
+++ b/m4/c-strtod.m4
@@ -1,4 +1,4 @@
-# c-strtod.m4 serial 7
+# c-strtod.m4 serial 8
# Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
@@ -45,11 +45,11 @@ AC_DEFUN([gl_C_STRTOD],
AC_DEFUN([gl_C_STRTOLD],
[
- AC_LIBSOURCES([c-strtold.c, c-strtod.h])
+ AC_LIBSOURCES([c-strtod.c, c-strtold.c, c-strtod.h])
AC_LIBOBJ([c-strtold])
dnl Prerequisites of lib/c-strtold.c.
- AC_REQUIRE([gl_C_STRTOD])
+ AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
AC_REQUIRE([gl_C99_STRTOLD])
:
])