From: Bruno Haible Date: Tue, 24 May 2011 01:31:49 +0000 (+0200) Subject: xstrtold: Move AC_LIBOBJ invocations to module description. X-Git-Tag: v0.1~2266 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=8b0a6f48b46b491cddb996568029b0a01bdc9173;p=gnulib.git xstrtold: Move AC_LIBOBJ invocations to module description. * m4/xstrtod.m4 (gl_XSTRTOLD): Remove AC_LIBOBJ invocation. * modules/xstrtold (Makefile.am): Augment lib_SOURCES. --- diff --git a/ChangeLog b/ChangeLog index 52a113fbd..71c7c1f9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-05-23 Bruno Haible + xstrtold: Move AC_LIBOBJ invocations to module description. + * m4/xstrtod.m4 (gl_XSTRTOLD): Remove AC_LIBOBJ invocation. + * modules/xstrtold (Makefile.am): Augment lib_SOURCES. + +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. diff --git a/m4/xstrtod.m4 b/m4/xstrtod.m4 index 6bc1c2782..f27ef9f5f 100644 --- a/m4/xstrtod.m4 +++ b/m4/xstrtod.m4 @@ -1,4 +1,4 @@ -#serial 7 +#serial 8 dnl Copyright (C) 2002-2003, 2005-2006, 2009-2011 Free Software Foundation, dnl Inc. dnl This file is free software; the Free Software Foundation @@ -14,5 +14,5 @@ AC_DEFUN([gl_XSTRTOD], # Prerequisites of lib/xstrtold.c. AC_DEFUN([gl_XSTRTOLD], [ - AC_LIBOBJ([xstrtold]) + : ]) diff --git a/modules/xstrtold b/modules/xstrtold index a29769c8f..f3c95d013 100644 --- a/modules/xstrtold +++ b/modules/xstrtold @@ -14,6 +14,7 @@ configure.ac: gl_XSTRTOLD Makefile.am: +lib_SOURCES += xstrtold.c Include: "xstrtod.h"