# HG changeset patch # User Bruno Haible # Date 1308254839 -7200 # Node ID ef94fe13fa4fbde5a9fd4021b8b8797a10cbfa74 # Parent c3e8b346cd5c29f78793177e8e954392969cd564 fprintftime: Move AC_LIBOBJ invocations to module description. * m4/fprintftime.m4: Remove file. * modules/fprintftime (Files): Remove m4/fprintftime.m4. (configure.ac): Remove gl_FPRINTFTIME call. (Makefile.am): Augment lib_SOURCES. Reported by Jim Meyering. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2011-06-16 Bruno Haible + + fprintftime: Move AC_LIBOBJ invocations to module description. + * m4/fprintftime.m4: Remove file. + * modules/fprintftime (Files): Remove m4/fprintftime.m4. + (configure.ac): Remove gl_FPRINTFTIME call. + (Makefile.am): Augment lib_SOURCES. + Reported by Jim Meyering. + 2011-06-16 Bruno Haible tmpfile-safer: Finish 2011-05-23 commit. diff --git a/m4/fprintftime.m4 b/m4/fprintftime.m4 deleted file mode 100644 --- a/m4/fprintftime.m4 +++ /dev/null @@ -1,10 +0,0 @@ -#serial 2 -dnl Copyright (C) 2005-2006, 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, -dnl with or without modifications, as long as this notice is preserved. - -AC_DEFUN([gl_FPRINTFTIME], -[ - AC_LIBOBJ([fprintftime]) -]) diff --git a/modules/fprintftime b/modules/fprintftime --- a/modules/fprintftime +++ b/modules/fprintftime @@ -4,16 +4,15 @@ Files: lib/fprintftime.h lib/fprintftime.c -m4/fprintftime.m4 Depends-on: ignore-value strftime configure.ac: -gl_FPRINTFTIME Makefile.am: +lib_SOURCES += fprintftime.c Include: "fprintftime.h"