From: Bruno Haible Date: Tue, 24 May 2011 01:30:41 +0000 (+0200) Subject: xstrtod: Move AC_LIBOBJ invocations to module description. X-Git-Tag: v0.1~2267 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=a741924d0e1aa60262b7a2d75adf2cee07493ce9;p=gnulib.git xstrtod: Move AC_LIBOBJ invocations to module description. * m4/xstrtod.m4 (gl_XSTRTOD): Remove AC_LIBOBJ invocation. * modules/xstrtod (Makefile.am): Augment lib_SOURCES. --- diff --git a/ChangeLog b/ChangeLog index f2feed175..52a113fbd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-05-23 Bruno Haible + xstrtod: Move AC_LIBOBJ invocations to module description. + * m4/xstrtod.m4 (gl_XSTRTOD): Remove AC_LIBOBJ invocation. + * modules/xstrtod (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + xnanosleep: Move AC_LIBOBJ invocations to module description. * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove AC_LIBOBJ invocation. * modules/xnanosleep (Makefile.am): Augment lib_SOURCES. diff --git a/m4/xstrtod.m4 b/m4/xstrtod.m4 index 606217907..6bc1c2782 100644 --- a/m4/xstrtod.m4 +++ b/m4/xstrtod.m4 @@ -1,4 +1,4 @@ -#serial 6 +#serial 7 dnl Copyright (C) 2002-2003, 2005-2006, 2009-2011 Free Software Foundation, dnl Inc. dnl This file is free software; the Free Software Foundation @@ -8,7 +8,7 @@ dnl with or without modifications, as long as this notice is preserved. # Prerequisites of lib/xstrtod.c. AC_DEFUN([gl_XSTRTOD], [ - AC_LIBOBJ([xstrtod]) + : ]) # Prerequisites of lib/xstrtold.c. diff --git a/modules/xstrtod b/modules/xstrtod index 095616a75..616336534 100644 --- a/modules/xstrtod +++ b/modules/xstrtod @@ -13,6 +13,7 @@ configure.ac: gl_XSTRTOD Makefile.am: +lib_SOURCES += xstrtod.c Include: "xstrtod.h"