~ubuntu-branches/ubuntu/hardy/renameutils/hardy

« back to all changes in this revision

Viewing changes to m4/xalloc.m4

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2006-07-21 16:39:15 UTC
  • mfrom: (1.1.4 edgy)
  • Revision ID: james.westby@ubuntu.com-20060721163915-k3kqs080hol8uw1n
Tags: 0.8.1-4
* Enable large file support on 32-bit platforms (closes: #377845)
* Bump Standards-Version up to 3.7.2 (no changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# xalloc.m4 serial 9
2
 
dnl Copyright (C) 2002-2004 Free Software Foundation, Inc.
3
 
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
5
 
dnl Public License, this file may be distributed as part of a program
6
 
dnl that contains a configuration script generated by Autoconf, under
7
 
dnl the same distribution terms as the rest of that program.
 
1
# xalloc.m4 serial 12
 
2
dnl Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
3
dnl This file is free software; the Free Software Foundation
 
4
dnl gives unlimited permission to copy and/or distribute it,
 
5
dnl with or without modifications, as long as this notice is preserved.
8
6
 
9
7
AC_DEFUN([gl_XALLOC],
10
8
[
 
9
  AC_LIBSOURCES([xmalloc.c, xalloc.h])
 
10
  AC_LIBOBJ([xmalloc])
 
11
 
11
12
  gl_PREREQ_XALLOC
12
13
  gl_PREREQ_XMALLOC
13
 
  gl_PREREQ_XSTRDUP
14
14
])
15
15
 
16
16
# Prerequisites of lib/xalloc.h.
23
23
  AC_REQUIRE([AC_C_INLINE])
24
24
  :
25
25
])
26
 
 
27
 
# Prerequisites of lib/xstrdup.c.
28
 
AC_DEFUN([gl_PREREQ_XSTRDUP], [
29
 
  :
30
 
])