~ubuntu-branches/ubuntu/maverick/autoconf/maverick

« back to all changes in this revision

Viewing changes to lib/autoconf/autotest.m4

  • Committer: Bazaar Package Importer
  • Author(s): Ben Pfaff
  • Date: 2007-01-17 19:57:13 UTC
  • mfrom: (3.1.7 feisty)
  • Revision ID: james.westby@ubuntu.com-20070117195713-n2q7e2pbpu4ezbx7
Tags: 2.61-4
debian/control: Require m4 version 1.4.8 or later.  Thanks to Jim
Paris <jim@jtan.com> for reporting this bug.  Closes: #407385.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# This file is part of Autoconf.                       -*- Autoconf -*-
2
2
# Interface with Autotest.
3
3
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002,
4
 
# 2003 Free Software Foundation, Inc.
 
4
# 2003, 2004, 2005 Free Software Foundation, Inc.
5
5
 
6
6
# This program is free software; you can redistribute it and/or modify
7
7
# it under the terms of the GNU General Public License as published by
15
15
#
16
16
# You should have received a copy of the GNU General Public License
17
17
# along with this program; if not, write to the Free Software
18
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
19
 
# 02111-1307, USA.
 
18
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 
19
# 02110-1301, USA.
20
20
 
21
21
# As a special exception, the Free Software Foundation gives unlimited
22
22
# permission to copy, distribute and modify the configure scripts that
66
66
[cat >$1/atconfig <<ATEOF
67
67
@%:@ Configurable variable values for building test suites.
68
68
@%:@ Generated by $[0].
69
 
@%:@ Copyright (C) 2000, 2001, 2003 Free Software Foundation, Inc.
 
69
@%:@ Copyright (C) 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
70
70
 
71
71
# The test suite will define top_srcdir=$at_top_srcdir/../.. etc.
72
72
at_testdir='$1'
75
75
abs_srcdir='$ac_abs_srcdir'
76
76
at_top_srcdir='$ac_top_srcdir'
77
77
abs_top_srcdir='$ac_abs_top_srcdir'
78
 
at_top_builddir='$ac_top_builddir'
 
78
at_top_build_prefix='$ac_top_build_prefix'
79
79
abs_top_builddir='$ac_abs_top_builddir'
80
80
 
 
81
# Backward compatibility with Autotest <= 2.59b:
 
82
at_top_builddir=\$at_top_build_prefix
 
83
 
81
84
AUTOTEST_PATH='m4_default([$2], [$1])'
82
85
 
83
86
SHELL=\${CONFIG_SHELL-'$SHELL'}