From 09ff047305677e0dddfc47434e5db689058a5de7 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 24 May 2011 02:15:00 +0200 Subject: [PATCH] unistd-safer: Move AC_LIBOBJ invocations to module description. * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Remove AC_LIBOBJ invocations. * modules/unistd-safer (Makefile.am): Augment lib_SOURCES. --- ChangeLog | 6 ++++++ m4/unistd-safer.m4 | 5 +---- modules/unistd-safer | 1 + 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 90dec7044..4e0249a60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-05-23 Bruno Haible + unistd-safer: Move AC_LIBOBJ invocations to module description. + * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Remove AC_LIBOBJ invocations. + * modules/unistd-safer (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + tempname: Move AC_LIBOBJ invocations to module description. * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Remove AC_LIBOBJ invocation. * modules/tempname (Makefile.am): Augment lib_SOURCES. diff --git a/m4/unistd-safer.m4 b/m4/unistd-safer.m4 index 00ff1bd4f..d11da0094 100644 --- a/m4/unistd-safer.m4 +++ b/m4/unistd-safer.m4 @@ -1,4 +1,4 @@ -#serial 8 +#serial 9 dnl Copyright (C) 2002, 2005-2006, 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, @@ -7,7 +7,4 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_UNISTD_SAFER], [ AC_CHECK_FUNCS_ONCE([pipe]) - AC_LIBOBJ([dup-safer]) - AC_LIBOBJ([fd-safer]) - AC_LIBOBJ([pipe-safer]) ]) diff --git a/modules/unistd-safer b/modules/unistd-safer index dfa567215..2d195ecd1 100644 --- a/modules/unistd-safer +++ b/modules/unistd-safer @@ -17,6 +17,7 @@ configure.ac: gl_UNISTD_SAFER Makefile.am: +lib_SOURCES += dup-safer.c fd-safer.c pipe-safer.c Include: "unistd-safer.h" -- 2.11.0