From: Bruno Haible Date: Tue, 24 May 2011 00:02:38 +0000 (+0200) Subject: strftime: Move AC_LIBOBJ invocations to module description. X-Git-Tag: v0.1~2278 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=fcb55c13dc7d3cc90645ccf7003aa309d1d4bdfb;p=gnulib.git strftime: Move AC_LIBOBJ invocations to module description. * m4/strftime.m4 (gl_FUNC_STRFTIME): Remove AC_LIBOBJ invocation. * modules/strftime (Makefile.am): Augment lib_SOURCES. --- diff --git a/ChangeLog b/ChangeLog index 4e0b749f0..38e5cf744 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-05-23 Bruno Haible + strftime: Move AC_LIBOBJ invocations to module description. + * m4/strftime.m4 (gl_FUNC_STRFTIME): Remove AC_LIBOBJ invocation. + * modules/strftime (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + stdlib-safer: Move AC_LIBOBJ invocations to module description. * m4/stdlib-safer.m4: Remove file. * modules/stdlib-safer (Files): Remove m4/stdlib-safer.m4. diff --git a/m4/strftime.m4 b/m4/strftime.m4 index d9de341bf..dd30ccfc0 100644 --- a/m4/strftime.m4 +++ b/m4/strftime.m4 @@ -1,4 +1,4 @@ -# serial 32 +# serial 33 # Copyright (C) 1996-1997, 1999-2007, 2009-2011 Free Software Foundation, Inc. # @@ -16,8 +16,6 @@ AC_DEFUN([gl_FUNC_GNU_STRFTIME], # These are the prerequisite macros for GNU's strftime.c replacement. AC_DEFUN([gl_FUNC_STRFTIME], [ - AC_LIBOBJ([strftime]) - # This defines (or not) HAVE_TZNAME and HAVE_TM_ZONE. AC_REQUIRE([AC_STRUCT_TIMEZONE]) diff --git a/modules/strftime b/modules/strftime index 0af5e13b0..451e56577 100644 --- a/modules/strftime +++ b/modules/strftime @@ -16,6 +16,7 @@ configure.ac: gl_FUNC_GNU_STRFTIME Makefile.am: +lib_SOURCES += strftime.c Include: "strftime.h"