Mercurial > hg > octave-lojdl > gnulib-hg
changeset 15246:bd3dbc3c91b9
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.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 24 May 2011 01:54:41 +0200 |
parents | 6a3afd222026 |
children | fc0079effbc1 |
files | ChangeLog modules/tmpfile-safer |
diffstat | 2 files changed, 9 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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.
--- a/modules/tmpfile-safer +++ b/modules/tmpfile-safer @@ -5,7 +5,6 @@ lib/stdio--.h lib/stdio-safer.h lib/tmpfile-safer.c -m4/stdio-safer.m4 Depends-on: binary-io @@ -13,10 +12,10 @@ unistd-safer configure.ac: -gl_TMPFILE_SAFER gl_MODULE_INDICATOR([tmpfile-safer]) Makefile.am: +lib_SOURCES += tmpfile-safer.c Include: "stdio-safer.h"