summaryrefslogtreecommitdiff
path: root/m4/xalloc.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-24 02:27:22 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:07:43 +0200
commitf58654006e21cd5715e98d734a96e7b2ea31a7de (patch)
treeed208da05811579766256bc4d2e1992492636836 /m4/xalloc.m4
parentefb6dabafbf872b6e2dd640f9af8be596bbfea18 (diff)
downloadgnulib-f58654006e21cd5715e98d734a96e7b2ea31a7de.tar.gz
xalloc: Move AC_LIBOBJ invocations to module description.
* m4/xalloc.m4 (gl_XALLOC): Remove AC_LIBOBJ invocation. * modules/xalloc (Makefile.am): Augment lib_SOURCES.
Diffstat (limited to 'm4/xalloc.m4')
-rw-r--r--m4/xalloc.m44
1 files changed, 1 insertions, 3 deletions
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
])