fprintftime: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Thu, 16 Jun 2011 20:07:19 +0000 (22:07 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 16 Jun 2011 20:07:19 +0000 (22:07 +0200)
* 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.

ChangeLog
m4/fprintftime.m4 [deleted file]
modules/fprintftime

index 280b8509f3c4b367efbcf87e384c633fbba6363a..5f04b84b99639aa6d5b75b1468df8aec582c7ae3 100644 (file)
--- 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.
diff --git a/m4/fprintftime.m4 b/m4/fprintftime.m4
deleted file mode 100644 (file)
index bd19a67..0000000
+++ /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])
-])
index 87598eff1856db3cd6ec9cbde43ab9231a57eb6f..54bba63359c1cb148f36e49ba089d7aeebf26dcc 100644 (file)
@@ -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"