safe-alloc: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Mon, 23 May 2011 23:26:08 +0000 (01:26 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:07:35 +0000 (00:07 +0200)
* m4/safe-alloc.m4 (gl_SAFE_ALLOC): Remove AC_LIBOBJ invocation.
* modules/safe-alloc (Makefile.am): Augment lib_SOURCES.

ChangeLog
m4/safe-alloc.m4
modules/safe-alloc

index b6370c7dbabd48f864251bb1cb7786730ac179b6..af7439f999eb2363fd65bb1880aa0d9e1bf122d1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       safe-alloc: Move AC_LIBOBJ invocations to module description.
+       * m4/safe-alloc.m4 (gl_SAFE_ALLOC): Remove AC_LIBOBJ invocation.
+       * modules/safe-alloc (Makefile.am): Augment lib_SOURCES.
+
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
        crypto/rijndael: Move AC_LIBOBJ invocations to module description.
index cdd39287a5b2fe076c86c3c3a0630d0e805d13cc..05bca7e6d6b58d35c97e6bcd30652f92b43406dd 100644 (file)
@@ -1,9 +1,10 @@
-# safe-alloc.m4 serial 1
+# safe-alloc.m4 serial 2
 dnl Copyright (C) 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_SAFE_ALLOC],
 [
-  AC_LIBOBJ([safe-alloc])
+  :
 ])
index bffbecc478d8e8ac59fd989b9a97bb948588914a..94f799fe8294345decf52956728c59fcfc883b81 100644 (file)
@@ -10,6 +10,7 @@ configure.ac:
 gl_SAFE_ALLOC
 
 Makefile.am:
+lib_SOURCES += safe-alloc.c
 
 Include:
 "safe-alloc.h"