/[autoconf]/autoconf/lib/autotest/general.m4
ViewVC logotype

Diff of /autoconf/lib/autotest/general.m4

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.130 by akim, Wed Apr 10 15:58:20 2002 UTC revision 1.131 by eggert, Fri Apr 19 19:06:23 2002 UTC
# Line 1  Line 1 
1  # This file is part of Autoconf.                          -*- Autoconf -*-  # This file is part of Autoconf.                          -*- Autoconf -*-
2  # M4 macros used in building test suites.  # M4 macros used in building test suites.
3  # Copyright 2000, 2001 Free Software Foundation, Inc.  # Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
4    
5  # This program is free software; you can redistribute it and/or modify  # This program is free software; you can redistribute it and/or modify
6  # it under the terms of the GNU General Public License as published by  # it under the terms of the GNU General Public License as published by
# Line 101  AS_PREPARE Line 101  AS_PREPARE
101  SHELL=${CONFIG_SHELL-/bin/sh}  SHELL=${CONFIG_SHELL-/bin/sh}
102    
103  # How were we run?  # How were we run?
104  at_cli_args=${1+"$[@]"}  at_cli_args="$[@]"
105    
106  # Load the config file.  # Load the config file.
107  for at_file in atconfig atlocal  for at_file in atconfig atlocal
# Line 569  _ATEOF Line 569  _ATEOF
569              # Create the debugging script.              # Create the debugging script.
570              {              {
571                echo "#! /bin/sh"                echo "#! /bin/sh"
572                  echo '${ZSH_VERSION-:} alias -g '\''${1+"$@"}'\''='\''"$@"'\'''
573                echo "cd $at_dir"                echo "cd $at_dir"
574                echo 'exec ${CONFIG_SHELL-'"$SHELL"'}' "$[0]" \                echo 'exec ${CONFIG_SHELL-'"$SHELL"'}' "$[0]" \
575                     '-v -d' "$at_debug_args" "$at_group" '${1+"$[@]"}'                     '-v -d' "$at_debug_args" "$at_group" '${1+"$[@]"}'

Legend:
Removed from v.1.130  
changed lines
  Added in v.1.131

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26