From c7cc592a8ccafa5a5977fa5e497f1710809ed5a6 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 24 May 2011 03:34:20 +0200 Subject: [PATCH] xstrtol: Move AC_LIBOBJ invocations to module description. * m4/xstrtol.m4 (gl_XSTRTOL): Remove AC_LIBOBJ invocations. * modules/xstrtol (Makefile.am): Augment lib_SOURCES. --- ChangeLog | 6 ++++++ m4/xstrtol.m4 | 6 ++---- modules/xstrtol | 1 + 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 71c7c1f9c..1c94380f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-05-23 Bruno Haible + xstrtol: Move AC_LIBOBJ invocations to module description. + * m4/xstrtol.m4 (gl_XSTRTOL): Remove AC_LIBOBJ invocations. + * modules/xstrtol (Makefile.am): Augment lib_SOURCES. + +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. diff --git a/m4/xstrtol.m4 b/m4/xstrtol.m4 index 99b7db42f..e87f8c08a 100644 --- a/m4/xstrtol.m4 +++ b/m4/xstrtol.m4 @@ -1,4 +1,4 @@ -#serial 10 +#serial 11 dnl Copyright (C) 2002-2007, 2009-2011 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -6,7 +6,5 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_XSTRTOL], [ - AC_LIBOBJ([xstrtol]) - AC_LIBOBJ([xstrtoul]) - AC_LIBOBJ([xstrtol-error]) + : ]) diff --git a/modules/xstrtol b/modules/xstrtol index b48a4bb1b..66e53427e 100644 --- a/modules/xstrtol +++ b/modules/xstrtol @@ -20,6 +20,7 @@ configure.ac: gl_XSTRTOL Makefile.am: +lib_SOURCES += xstrtol.c xstrtoul.c xstrtol-error.c Include: "xstrtol.h" -- 2.11.0