view m4/stdio-safer.m4 @ 15244:a9daeaa8d991

freopen-safer: Move AC_LIBOBJ invocations to module description. * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): Remove macro. * modules/freopen-safer (Files): Remove m4/stdio-safer.m4. (configure.ac): Remove gl_FREOPEN_SAFER call. (Makefile.am): Augment lib_SOURCES.
author Bruno Haible <bruno@clisp.org>
date Tue, 24 May 2011 01:50:49 +0200
parents 6a09a3caddef
children 6a3afd222026
line wrap: on
line source

#serial 14
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])
])