/[m4]/m4/gnulib/acm4/xalloc.m4
ViewVC logotype

Diff of /m4/gnulib/acm4/xalloc.m4

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by gary, Tue Oct 7 14:10:10 2003 UTC revision 1.2 by gary, Thu Nov 13 12:05:57 2003 UTC
# Line 1  Line 1 
1  # xalloc.m4 serial 3  # xalloc.m4 serial 8
2  dnl Copyright (C) 2002-2003 Free Software Foundation, Inc.  dnl Copyright (C) 2002-2003 Free Software Foundation, Inc.
3  dnl This file is free software, distributed under the terms of the GNU  dnl This file is free software, distributed under the terms of the GNU
4  dnl General Public License.  As a special exception to the GNU General  dnl General Public License.  As a special exception to the GNU General
# Line 8  dnl the same distribution terms as the r Line 8  dnl the same distribution terms as the r
8    
9  AC_DEFUN([gl_XALLOC],  AC_DEFUN([gl_XALLOC],
10  [  [
11      gl_PREREQ_XALLOC
12    gl_PREREQ_XMALLOC    gl_PREREQ_XMALLOC
13    gl_PREREQ_XSTRDUP    gl_PREREQ_XSTRDUP
14  ])  ])
15    
16    # Prerequisites of lib/xalloc.h.
17    AC_DEFUN([gl_PREREQ_XALLOC], [
18      :
19    ])
20    
21  # Prerequisites of lib/xmalloc.c.  # Prerequisites of lib/xmalloc.c.
22  AC_DEFUN([gl_PREREQ_XMALLOC], [  AC_DEFUN([gl_PREREQ_XMALLOC], [
23      AC_REQUIRE([AC_C_INLINE])
24    AC_REQUIRE([jm_FUNC_MALLOC])    AC_REQUIRE([jm_FUNC_MALLOC])
25    AC_REQUIRE([jm_FUNC_REALLOC])    AC_REQUIRE([jm_FUNC_REALLOC])
26      :
27  ])  ])
28    
29  # Prerequisites of lib/xstrdup.c.  # Prerequisites of lib/xstrdup.c.

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26