From: Bruno Haible Date: Thu, 16 Jun 2011 20:07:19 +0000 (+0200) Subject: fprintftime: Move AC_LIBOBJ invocations to module description. X-Git-Tag: v0.1~2260 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=8b7bcee23747613b8b7a0aa0715dc4668fae68e0;p=gnulib.git 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 index 280b8509f..5f04b84b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 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. * m4/stdio-safer.m4: Really remove file. Reported by Jim Meyering. diff --git a/m4/fprintftime.m4 b/m4/fprintftime.m4 deleted file mode 100644 index bd19a6767..000000000 --- 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 index 87598eff1..54bba6335 100644 --- a/modules/fprintftime +++ b/modules/fprintftime @@ -4,16 +4,15 @@ like nstrftime, but output the formatted date to a FILE* stream 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"