From ff32b57d81a8b48ac763b482ecbbbb08fde9f046 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 24 May 2011 01:26:08 +0200 Subject: [PATCH] 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. --- ChangeLog | 6 ++++++ m4/safe-alloc.m4 | 5 +++-- modules/safe-alloc | 1 + 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b6370c7db..af7439f99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-05-23 Bruno Haible + 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 + crypto/rijndael: Move AC_LIBOBJ invocations to module description. * m4/rijndael.m4: Remove file. * modules/crypto/rijndael (Files): Remove it. diff --git a/m4/safe-alloc.m4 b/m4/safe-alloc.m4 index cdd39287a..05bca7e6d 100644 --- a/m4/safe-alloc.m4 +++ b/m4/safe-alloc.m4 @@ -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]) + : ]) diff --git a/modules/safe-alloc b/modules/safe-alloc index bffbecc47..94f799fe8 100644 --- a/modules/safe-alloc +++ b/modules/safe-alloc @@ -10,6 +10,7 @@ configure.ac: gl_SAFE_ALLOC Makefile.am: +lib_SOURCES += safe-alloc.c Include: "safe-alloc.h" -- 2.11.0