]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Use AC_LIBSOURCES and AC_LIBOBJ.
authorJim Meyering <jim@meyering.net>
Thu, 23 Jun 2005 18:42:29 +0000 (18:42 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 23 Jun 2005 18:42:29 +0000 (18:42 +0000)
m4/xstrtod.m4

index fd761dfd6e5a10ffcc8836239b81c92d8224284b..7b2c7b0d6851654ae168ccc7ecf7c35e1c30d77b 100644 (file)
@@ -1,4 +1,4 @@
-# xstrtod.m4 serial 3
+#serial 4
 dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -7,5 +7,6 @@ dnl with or without modifications, as long as this notice is preserved.
 # Prerequisites of lib/xstrtod.c.
 AC_DEFUN([gl_XSTRTOD],
 [
-  :
+  AC_LIBSOURCES([xstrtod.c, xstrtod.h])
+  AC_LIBOBJ([xstrtod])
 ])