annotate modules/calloc-gnu @ 15166:e657c0244ac1

wctype: Move AC_LIBOBJ invocations to module description. * m4/wctype.m4 (gl_FUNC_WCTYPE): Set HAVE_WCTYPE. Move AC_LIBOBJ invocation from here... * modules/wctype (configure.ac): ... to here. (Depends-on): Update conditions.
author Bruno Haible <bruno@clisp.org>
date Sun, 22 May 2011 18:53:14 +0200
parents 965c92664dc8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13598
f45ce22732be Rename module 'calloc' -> 'calloc-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
f45ce22732be Rename module 'calloc' -> 'calloc-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 calloc() function that is glibc compatible.
f45ce22732be Rename module 'calloc' -> 'calloc-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
f45ce22732be Rename module 'calloc' -> 'calloc-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
f45ce22732be Rename module 'calloc' -> 'calloc-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/calloc.c
f45ce22732be Rename module 'calloc' -> 'calloc-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 m4/calloc.m4
f45ce22732be Rename module 'calloc' -> 'calloc-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
f45ce22732be Rename module 'calloc' -> 'calloc-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
f45ce22732be Rename module 'calloc' -> 'calloc-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 calloc-posix
f45ce22732be Rename module 'calloc' -> 'calloc-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10
f45ce22732be Rename module 'calloc' -> 'calloc-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 configure.ac:
f45ce22732be Rename module 'calloc' -> 'calloc-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 gl_FUNC_CALLOC_GNU
14928
965c92664dc8 calloc-posix, calloc-gnu: Move AC_LIBOBJs to module description.
Bruno Haible <bruno@clisp.org>
parents: 13606
diff changeset
13 if test $REPLACE_CALLOC = 1; then
965c92664dc8 calloc-posix, calloc-gnu: Move AC_LIBOBJs to module description.
Bruno Haible <bruno@clisp.org>
parents: 13606
diff changeset
14 AC_LIBOBJ([calloc])
965c92664dc8 calloc-posix, calloc-gnu: Move AC_LIBOBJs to module description.
Bruno Haible <bruno@clisp.org>
parents: 13606
diff changeset
15 fi
13606
81875db181b0 Make the module 'calloc-gnu' work again on AIX and OSF/1.
Bruno Haible <bruno@clisp.org>
parents: 13598
diff changeset
16 gl_MODULE_INDICATOR([calloc-gnu])
13598
f45ce22732be Rename module 'calloc' -> 'calloc-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17
f45ce22732be Rename module 'calloc' -> 'calloc-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 Makefile.am:
f45ce22732be Rename module 'calloc' -> 'calloc-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19
f45ce22732be Rename module 'calloc' -> 'calloc-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 Include:
f45ce22732be Rename module 'calloc' -> 'calloc-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 <stdlib.h>
f45ce22732be Rename module 'calloc' -> 'calloc-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22
f45ce22732be Rename module 'calloc' -> 'calloc-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 License:
f45ce22732be Rename module 'calloc' -> 'calloc-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 GPL
f45ce22732be Rename module 'calloc' -> 'calloc-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25
f45ce22732be Rename module 'calloc' -> 'calloc-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 Maintainer:
f45ce22732be Rename module 'calloc' -> 'calloc-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 Jim Meyering