unistd-safer: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Tue, 24 May 2011 00:15:00 +0000 (02:15 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:07:41 +0000 (00:07 +0200)
* m4/unistd-safer.m4 (gl_UNISTD_SAFER): Remove AC_LIBOBJ invocations.
* modules/unistd-safer (Makefile.am): Augment lib_SOURCES.

ChangeLog
m4/unistd-safer.m4
modules/unistd-safer

index 90dec7044b5e21463f268ceea9cfa73f8aadea83..4e0249a6086ca7d7abdeaa4297c22e09824bc7c2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
 
        tempname: Move AC_LIBOBJ invocations to module description.
index 00ff1bd4fe31b99dcd819006680dad4e64d4f2e1..d11da00941669a8ab2f72f859571bb1b9d356148 100644 (file)
@@ -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])
 ])
index dfa56721597a106d34bf036f4f6cddef05a3270f..2d195ecd12c2e0c8e99b41afd48dbac8f3c298b2 100644 (file)
@@ -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"