changeset 15266:ef94fe13fa4f

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.
author Bruno Haible <bruno@clisp.org>
date Thu, 16 Jun 2011 22:07:19 +0200
parents c3e8b346cd5c
children b6beea3e3300
files ChangeLog m4/fprintftime.m4 modules/fprintftime
diffstat 3 files changed, 10 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-06-16  Bruno Haible  <bruno@clisp.org>
+
+	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  <bruno@clisp.org>
 
 	tmpfile-safer: Finish 2011-05-23 commit.
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])
-])
--- 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"