~ubuntu-branches/debian/squeeze/lftp/squeeze

« back to all changes in this revision

Viewing changes to m4/stat.m4

  • Committer: Bazaar Package Importer
  • Author(s): Noèl Köthe
  • Date: 2010-04-09 23:45:53 UTC
  • mfrom: (1.1.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20100409234553-7ay83rk2aas3r7g3
Tags: 4.0.6-1
* new upstream release from 2010-03-25
  - fixes proftp problem. closes: Bug#570861
* switched to to dpkg-source 3.0 (quilt)
* pget help and lftp -h mentions -c since some time
  closes: Bug#377043
* lftp -c exists.:) closes: Bug#401572

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# serial 3
 
1
# serial 4
2
2
 
3
 
# Copyright (C) 2009 Free Software Foundation, Inc.
 
3
# Copyright (C) 2009, 2010 Free Software Foundation, Inc.
4
4
#
5
5
# This file is free software; the Free Software Foundation
6
6
# gives unlimited permission to copy and/or distribute it,
57
57
  esac
58
58
  if test $REPLACE_STAT = 1; then
59
59
    AC_LIBOBJ([stat])
 
60
    dnl Prerequisites of lib/stat.c.
 
61
    AC_REQUIRE([AC_C_INLINE])
60
62
  fi
61
63
])