* m4/stdio-safer.m4 (gl_POPEN_SAFER): Remove macro.
* modules/popen-safer (Files): Remove m4/stdio-safer.m4.
(configure.ac): Remove gl_POPEN_SAFER call.
(Makefile.am): Augment lib_SOURCES.
+2011-05-23 Bruno Haible <bruno@clisp.org>
+
+ 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.
+ (configure.ac): Remove gl_POPEN_SAFER call.
+ (Makefile.am): Augment lib_SOURCES.
+
2011-05-23 Bruno Haible <bruno@clisp.org>
freopen-safer: Move AC_LIBOBJ invocations to module description.
-#serial 14
+#serial 15
dnl Copyright (C) 2002, 2005-2007, 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_POPEN_SAFER],
-[
- AC_LIBOBJ([popen-safer])
-])
-
AC_DEFUN([gl_TMPFILE_SAFER],
[
AC_LIBOBJ([tmpfile-safer])
lib/stdio--.h
lib/stdio-safer.h
lib/popen-safer.c
-m4/stdio-safer.m4
Depends-on:
cloexec
unistd-safer
configure.ac:
-gl_POPEN_SAFER
gl_MODULE_INDICATOR([popen-safer])
Makefile.am:
+lib_SOURCES += popen-safer.c
Include:
"stdio-safer.h"