From: Bruno Haible Date: Tue, 24 May 2011 00:27:22 +0000 (+0200) Subject: xalloc: Move AC_LIBOBJ invocations to module description. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f58654006e21cd5715e98d734a96e7b2ea31a7de;p=pspp xalloc: Move AC_LIBOBJ invocations to module description. * m4/xalloc.m4 (gl_XALLOC): Remove AC_LIBOBJ invocation. * modules/xalloc (Makefile.am): Augment lib_SOURCES. --- diff --git a/ChangeLog b/ChangeLog index 4ebb396237..c03e3de008 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +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. diff --git a/m4/xalloc.m4 b/m4/xalloc.m4 index 49008208b3..2fca850467 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 0edcfc6eac..19e7a0b93e 100644 --- a/modules/xalloc +++ b/modules/xalloc @@ -15,6 +15,7 @@ configure.ac: gl_XALLOC Makefile.am: +lib_SOURCES += xmalloc.c Include: "xalloc.h"