From f58654006e21cd5715e98d734a96e7b2ea31a7de Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 24 May 2011 02:27:22 +0200 Subject: [PATCH] xalloc: Move AC_LIBOBJ invocations to module description. * m4/xalloc.m4 (gl_XALLOC): Remove AC_LIBOBJ invocation. * modules/xalloc (Makefile.am): Augment lib_SOURCES. --- ChangeLog | 6 ++++++ m4/xalloc.m4 | 4 +--- modules/xalloc | 1 + 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4ebb39623..c03e3de00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-05-23 Bruno Haible + xalloc: Move AC_LIBOBJ invocations to module description. + * m4/xalloc.m4 (gl_XALLOC): Remove AC_LIBOBJ invocation. + * modules/xalloc (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + write-any-file: Move AC_LIBOBJ invocations to module description. * m4/write-any-file.m4 (gl_WRITE_ANY_FILE): Remove AC_LIBOBJ invocation. diff --git a/m4/xalloc.m4 b/m4/xalloc.m4 index 49008208b..2fca85046 100644 --- a/m4/xalloc.m4 +++ b/m4/xalloc.m4 @@ -1,4 +1,4 @@ -# xalloc.m4 serial 16 +# xalloc.m4 serial 17 dnl Copyright (C) 2002-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, @@ -6,8 +6,6 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_XALLOC], [ - AC_LIBOBJ([xmalloc]) - gl_PREREQ_XALLOC gl_PREREQ_XMALLOC ]) diff --git a/modules/xalloc b/modules/xalloc index 0edcfc6ea..19e7a0b93 100644 --- a/modules/xalloc +++ b/modules/xalloc @@ -15,6 +15,7 @@ configure.ac: gl_XALLOC Makefile.am: +lib_SOURCES += xmalloc.c Include: "xalloc.h" -- 2.11.0