~ubuntu-branches/ubuntu/lucid/mpop/lucid

« back to all changes in this revision

Viewing changes to gnulib/m4/xalloc.m4

  • Committer: Bazaar Package Importer
  • Author(s): Julien Louis
  • Date: 2007-04-22 11:10:07 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070422111007-zxauoipdhkj9lasp
Tags: 1.0.9-1
New upstream release which include a fix for for CVE2007-1558.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# xalloc.m4 serial 13
 
1
# xalloc.m4 serial 16
2
2
dnl Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
3
3
dnl This file is free software; the Free Software Foundation
4
4
dnl gives unlimited permission to copy and/or distribute it,
14
14
 
15
15
# Prerequisites of lib/xalloc.h.
16
16
AC_DEFUN([gl_PREREQ_XALLOC], [
 
17
  AC_REQUIRE([gl_INLINE])
17
18
  :
18
19
])
19
20
 
20
21
# Prerequisites of lib/xmalloc.c.
21
22
AC_DEFUN([gl_PREREQ_XMALLOC], [
22
 
  AC_REQUIRE([AC_C_INLINE])
23
23
  :
24
24
])