~ubuntu-branches/ubuntu/feisty/findutils/feisty

« back to all changes in this revision

Viewing changes to gnulib/m4/getndelim2.m4

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2006-08-06 09:53:05 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20060806095305-265uqmwsguy8vfjq
Tags: 4.2.28-1
* New upstream version.
 - includes 01_updatedb-withnew-su.dpatch, drop it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# getndelim2.m4 serial 4
 
2
dnl Copyright (C) 2003 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.
 
6
 
 
7
AC_DEFUN([gl_GETNDELIM2],
 
8
[
 
9
  # Avoid multiple inclusions of getndelim2.o into LIBOBJS.
 
10
  # This hack won't be needed after gnulib requires Autoconf 2.58 or later.
 
11
  case " $LIB@&t@OBJS " in
 
12
  *" getndelim2.$ac_objext "* ) ;;
 
13
  *) AC_LIBOBJ(getndelim2);;
 
14
  esac
 
15
 
 
16
  gl_PREREQ_GETNDELIM2
 
17
])
 
18
 
 
19
# Prerequisites of lib/getndelim2.h and lib/getndelim2.c.
 
20
AC_DEFUN([gl_PREREQ_GETNDELIM2],
 
21
[
 
22
  dnl Prerequisites of lib/getndelim2.h.
 
23
  AC_REQUIRE([gt_TYPE_SSIZE_T])
 
24
  dnl No prerequisites of lib/getndelim2.c.
 
25
])