~ubuntu-branches/ubuntu/precise/gnupg2/precise-proposed

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2009-03-08 22:46:47 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090308224647-gq17gatcl71lrc2k
Tags: 2.0.11-1
* New upstream release. (Closes: #496663)
* debian/control: Make the description a little more distinctive than
  gnupg v1's. Thanks Jari Aalto. (Closes: #496323)

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
22
# intlmacosx.m4 serial 1 (gettext-0.17)
20
23
dnl Copyright (C) 2004-2007 Free Software Foundation, Inc.
178
181
              | (ullmax / ull) | (ullmax % ull));]])
179
182
])
180
183
 
181
 
# Copyright (C) 2002, 2003, 2005, 2006  Free Software Foundation, Inc.
 
184
# Copyright (C) 2002, 2003, 2005, 2006, 2007  Free Software Foundation, Inc.
182
185
#
183
186
# This file is free software; the Free Software Foundation
184
187
# gives unlimited permission to copy and/or distribute it,
193
196
[am__api_version='1.10'
194
197
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
195
198
dnl require some minimum version.  Point them to the right macro.
196
 
m4_if([$1], [1.10], [],
 
199
m4_if([$1], [1.10.1], [],
197
200
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
198
201
])
199
202
 
209
212
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
210
213
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
211
214
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
212
 
[AM_AUTOMAKE_VERSION([1.10])dnl
213
 
_AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)])
 
215
[AM_AUTOMAKE_VERSION([1.10.1])dnl
 
216
m4_ifndef([AC_AUTOCONF_VERSION],
 
217
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 
218
_AM_AUTOCONF_VERSION(AC_AUTOCONF_VERSION)])
214
219
 
215
220
# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
216
221
 
482
487
  # each Makefile.in and add a new line on top of each file to say so.
483
488
  # Grep'ing the whole file is not good either: AIX grep has a line
484
489
  # limit of 2048, but all sed's we know have understand at least 4000.
485
 
  if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
 
490
  if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
486
491
    dirpart=`AS_DIRNAME("$mf")`
487
492
  else
488
493
    continue
542
547
# Do all the work for Automake.                             -*- Autoconf -*-
543
548
 
544
549
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
545
 
# 2005, 2006 Free Software Foundation, Inc.
 
550
# 2005, 2006, 2008 Free Software Foundation, Inc.
546
551
#
547
552
# This file is free software; the Free Software Foundation
548
553
# gives unlimited permission to copy and/or distribute it,
549
554
# with or without modifications, as long as this notice is preserved.
550
555
 
551
 
# serial 12
 
556
# serial 13
552
557
 
553
558
# This macro actually does too much.  Some checks are only needed if
554
559
# your package does certain things.  But this isn't really a big deal.
653
658
# our stamp files there.
654
659
AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
655
660
[# Compute $1's index in $config_headers.
 
661
_am_arg=$1
656
662
_am_stamp_count=1
657
663
for _am_header in $config_headers :; do
658
664
  case $_am_header in
659
 
    $1 | $1:* )
 
665
    $_am_arg | $_am_arg:* )
660
666
      break ;;
661
667
    * )
662
668
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
663
669
  esac
664
670
done
665
 
echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
 
671
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
666
672
 
667
673
# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
668
674
#
997
1003
 
998
1004
# _AM_SUBST_NOTMAKE(VARIABLE)
999
1005
# ---------------------------
1000
 
# Prevent Automake from outputing VARIABLE = @VARIABLE@ in Makefile.in.
 
1006
# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
1001
1007
# This macro is traced by Automake.
1002
1008
AC_DEFUN([_AM_SUBST_NOTMAKE])
1003
1009
 
1131
1137
m4_include([m4/progtest.m4])
1132
1138
m4_include([m4/readline.m4])
1133
1139
m4_include([m4/size_max.m4])
 
1140
m4_include([m4/socklen.m4])
 
1141
m4_include([m4/sys_socket_h.m4])
1134
1142
m4_include([m4/tar-ustar.m4])
1135
1143
m4_include([m4/xsize.m4])
1136
1144
m4_include([acinclude.m4])