~ubuntu-branches/ubuntu/natty/libgcrypt11/natty-proposed

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2009-02-21 13:46:58 UTC
  • mto: (1.1.6 upstream) (2.1.3 squeeze)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20090221134658-855twvcr4ezk2ron
ImportĀ upstreamĀ versionĀ 1.4.4

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
# Figure out how to run the assembler.                      -*- Autoconf -*-
54
59
 
342
347
  # each Makefile.in and add a new line on top of each file to say so.
343
348
  # Grep'ing the whole file is not good either: AIX grep has a line
344
349
  # limit of 2048, but all sed's we know have understand at least 4000.
345
 
  if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
 
350
  if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
346
351
    dirpart=`AS_DIRNAME("$mf")`
347
352
  else
348
353
    continue
402
407
# Do all the work for Automake.                             -*- Autoconf -*-
403
408
 
404
409
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
405
 
# 2005, 2006 Free Software Foundation, Inc.
 
410
# 2005, 2006, 2008 Free Software Foundation, Inc.
406
411
#
407
412
# This file is free software; the Free Software Foundation
408
413
# gives unlimited permission to copy and/or distribute it,
409
414
# with or without modifications, as long as this notice is preserved.
410
415
 
411
 
# serial 12
 
416
# serial 13
412
417
 
413
418
# This macro actually does too much.  Some checks are only needed if
414
419
# your package does certain things.  But this isn't really a big deal.
513
518
# our stamp files there.
514
519
AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
515
520
[# Compute $1's index in $config_headers.
 
521
_am_arg=$1
516
522
_am_stamp_count=1
517
523
for _am_header in $config_headers :; do
518
524
  case $_am_header in
519
 
    $1 | $1:* )
 
525
    $_am_arg | $_am_arg:* )
520
526
      break ;;
521
527
    * )
522
528
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
523
529
  esac
524
530
done
525
 
echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
 
531
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
526
532
 
527
533
# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
528
534
#
857
863
 
858
864
# _AM_SUBST_NOTMAKE(VARIABLE)
859
865
# ---------------------------
860
 
# Prevent Automake from outputing VARIABLE = @VARIABLE@ in Makefile.in.
 
866
# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
861
867
# This macro is traced by Automake.
862
868
AC_DEFUN([_AM_SUBST_NOTMAKE])
863
869