From: Bruno Haible Date: Mon, 23 May 2011 23:54:41 +0000 (+0200) Subject: tmpfile-safer: Move AC_LIBOBJ invocations to module description. X-Git-Tag: v0.1~2280 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=8b498e93c258019d81b17e40d290a80f48783c7e;p=gnulib.git 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. --- diff --git a/ChangeLog b/ChangeLog index 7d2d38fdc..3b2929661 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2011-05-23 Bruno Haible + 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 + popen-safer: Move AC_LIBOBJ invocations to module description. * m4/stdio-safer.m4 (gl_POPEN_SAFER): Remove macro. * modules/popen-safer (Files): Remove m4/stdio-safer.m4. diff --git a/modules/tmpfile-safer b/modules/tmpfile-safer index de615442e..d63559e15 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"