~ubuntu-branches/ubuntu/maverick/davfs2/maverick

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Luciano Bello
  • Date: 2009-06-15 18:53:30 UTC
  • mfrom: (4.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090615185330-w0sig45by20gau13
Tags: 1.4.1-1
* New upstream version 1.4.1 (closes: #533057).
* Upstream location updated in copyright (closes: #533056).
* Debhelper compatibility version updated to 7.
* Standards-Version updated to 3.8.1.
* dh_clean -k was changed for dh_prep.
* /var/run/mount.davfs/ is not created during the instalation.
* New/improved debconf translations available:
  - Spanish translation (closes: #526721).
  - Japanese translation (closes: #528175).
* libneon27 had been switched for libneon27-gnutls (closes: #533058).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# generated automatically by aclocal 1.10 -*- Autoconf -*-
 
1
# generated automatically by aclocal 1.10.1 -*- Autoconf -*-
2
2
 
3
3
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4
 
# 2005, 2006  Free Software Foundation, Inc.
 
4
# 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
5
5
# This file is free software; the Free Software Foundation
6
6
# gives unlimited permission to copy and/or distribute it,
7
7
# with or without modifications, as long as this notice is preserved.
11
11
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12
12
# PARTICULAR PURPOSE.
13
13
 
14
 
m4_if(m4_PACKAGE_VERSION, [2.61],,
15
 
[m4_fatal([this file was generated for autoconf 2.61.
16
 
You have another version of autoconf.  If you want to use that,
17
 
you should regenerate the build system entirely.], [63])])
 
14
m4_ifndef([AC_AUTOCONF_VERSION],
 
15
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 
16
m4_if(AC_AUTOCONF_VERSION, [2.61],,
 
17
[m4_warning([this file was generated for autoconf 2.61.
 
18
You have another version of autoconf.  It may work, but is not guaranteed to.
 
19
If you have problems, you may need to regenerate the build system entirely.
 
20
To do so, use the procedure documented by the package, typically `autoreconf'.])])
18
21
 
19
 
# Copyright (C) 2002, 2003, 2005, 2006  Free Software Foundation, Inc.
 
22
# Copyright (C) 2002, 2003, 2005, 2006, 2007  Free Software Foundation, Inc.
20
23
#
21
24
# This file is free software; the Free Software Foundation
22
25
# gives unlimited permission to copy and/or distribute it,
31
34
[am__api_version='1.10'
32
35
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
33
36
dnl require some minimum version.  Point them to the right macro.
34
 
m4_if([$1], [1.10], [],
 
37
m4_if([$1], [1.10.1], [],
35
38
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
36
39
])
37
40
 
47
50
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
48
51
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
49
52
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
50
 
[AM_AUTOMAKE_VERSION([1.10])dnl
51
 
_AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)])
 
53
[AM_AUTOMAKE_VERSION([1.10.1])dnl
 
54
m4_ifndef([AC_AUTOCONF_VERSION],
 
55
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 
56
_AM_AUTOCONF_VERSION(AC_AUTOCONF_VERSION)])
52
57
 
53
58
# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
54
59
 
320
325
  # each Makefile.in and add a new line on top of each file to say so.
321
326
  # Grep'ing the whole file is not good either: AIX grep has a line
322
327
  # limit of 2048, but all sed's we know have understand at least 4000.
323
 
  if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
 
328
  if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
324
329
    dirpart=`AS_DIRNAME("$mf")`
325
330
  else
326
331
    continue
368
373
# Do all the work for Automake.                             -*- Autoconf -*-
369
374
 
370
375
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
371
 
# 2005, 2006 Free Software Foundation, Inc.
 
376
# 2005, 2006, 2008 Free Software Foundation, Inc.
372
377
#
373
378
# This file is free software; the Free Software Foundation
374
379
# gives unlimited permission to copy and/or distribute it,
375
380
# with or without modifications, as long as this notice is preserved.
376
381
 
377
 
# serial 12
 
382
# serial 13
378
383
 
379
384
# This macro actually does too much.  Some checks are only needed if
380
385
# your package does certain things.  But this isn't really a big deal.
479
484
# our stamp files there.
480
485
AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
481
486
[# Compute $1's index in $config_headers.
 
487
_am_arg=$1
482
488
_am_stamp_count=1
483
489
for _am_header in $config_headers :; do
484
490
  case $_am_header in
485
 
    $1 | $1:* )
 
491
    $_am_arg | $_am_arg:* )
486
492
      break ;;
487
493
    * )
488
494
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
489
495
  esac
490
496
done
491
 
echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
 
497
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
492
498
 
493
499
# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
494
500
#
760
766
 
761
767
# _AM_SUBST_NOTMAKE(VARIABLE)
762
768
# ---------------------------
763
 
# Prevent Automake from outputing VARIABLE = @VARIABLE@ in Makefile.in.
 
769
# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
764
770
# This macro is traced by Automake.
765
771
AC_DEFUN([_AM_SUBST_NOTMAKE])
766
772