From: Jim Meyering Date: Thu, 23 Jun 2005 18:42:29 +0000 (+0000) Subject: Use AC_LIBSOURCES and AC_LIBOBJ. X-Git-Tag: CPPI-1_12~499 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=54efcebd947657475dbe5ef5ec907b78884254ce;p=thirdparty%2Fcoreutils.git Use AC_LIBSOURCES and AC_LIBOBJ. --- diff --git a/m4/xstrtod.m4 b/m4/xstrtod.m4 index fd761dfd6e..7b2c7b0d68 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]) ])