summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-06-16 22:07:19 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 22:07:19 +0200
commit8b7bcee23747613b8b7a0aa0715dc4668fae68e0 (patch)
tree1b98489bb2264c5c06af5c94b4e6f875aedfcafe
parentd12b48d2d2a3d94dd1f87c20e25d58e18dad7d45 (diff)
downloadgnulib-8b7bcee23747613b8b7a0aa0715dc4668fae68e0.tar.gz
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.
-rw-r--r--ChangeLog9
-rw-r--r--m4/fprintftime.m410
-rw-r--r--modules/fprintftime3
3 files changed, 10 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index 280b8509f3..5f04b84b99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
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.
* 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 bd19a6767d..0000000000
--- 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 87598eff18..54bba63359 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"