From 8b498e93c258019d81b17e40d290a80f48783c7e Mon Sep 17 00:00:00 2001
From: Bruno Haible <bruno@clisp.org>
Date: Tue, 24 May 2011 01:54:41 +0200
Subject: [PATCH] tmpfile-safer: Move AC_LIBOBJ invocations to module
 description.

* m4/stdio-safer.m4: Remove file.
* modules/tmpfile-safer (Files): Remove m4/stdio-safer.m4.
(configure.ac): Remove gl_TMPFILE_SAFER call.
(Makefile.am): Augment lib_SOURCES.
---
 ChangeLog             | 8 ++++++++
 modules/tmpfile-safer | 3 +--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 7d2d38fdc3..3b2929661d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+	tmpfile-safer: Move AC_LIBOBJ invocations to module description.
+	* m4/stdio-safer.m4: Remove file.
+	* modules/tmpfile-safer (Files): Remove m4/stdio-safer.m4.
+	(configure.ac): Remove gl_TMPFILE_SAFER call.
+	(Makefile.am): Augment lib_SOURCES.
+
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
 	popen-safer: Move AC_LIBOBJ invocations to module description.
diff --git a/modules/tmpfile-safer b/modules/tmpfile-safer
index de615442ee..d63559e153 100644
--- a/modules/tmpfile-safer
+++ b/modules/tmpfile-safer
@@ -5,7 +5,6 @@ Files:
 lib/stdio--.h
 lib/stdio-safer.h
 lib/tmpfile-safer.c
-m4/stdio-safer.m4
 
 Depends-on:
 binary-io
@@ -13,10 +12,10 @@ tmpfile
 unistd-safer
 
 configure.ac:
-gl_TMPFILE_SAFER
 gl_MODULE_INDICATOR([tmpfile-safer])
 
 Makefile.am:
+lib_SOURCES += tmpfile-safer.c
 
 Include:
 "stdio-safer.h"
-- 
2.39.5