From 54efcebd947657475dbe5ef5ec907b78884254ce Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 23 Jun 2005 18:42:29 +0000 Subject: Use AC_LIBSOURCES and AC_LIBOBJ. --- m4/xstrtod.m4 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'm4') diff --git a/m4/xstrtod.m4 b/m4/xstrtod.m4 index fd761dfd6..7b2c7b0d6 100644 --- a/m4/xstrtod.m4 +++ b/m4/xstrtod.m4 @@ -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]) ]) -- cgit v1.2.3-70-g09d2