* bin/autoconf.in ($@): Work around the usual sh bug.

From Nicolas Joly.
This commit is contained in:
Akim Demaille 2001-08-03 09:23:34 +00:00
parent 9fcd1589f5
commit 01f2ae88a0
3 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2001-08-03 Akim Demaille <akim@epita.fr>
* bin/autoconf.in ($@): Work around the usual sh bug.
From Nicolas Joly.
2001-08-03 Akim Demaille <akim@epita.fr>
Clean up the handling of the M4 builtins tracing exception.

View File

@ -232,8 +232,8 @@ run_autom4te="$autom4te "\
# Autom4te expansion.
eval set dummy "$traces"
shift
$verbose "$me: running $run_autom4te ""$@"" $infile --output $outfile" >&2
$run_autom4te "$@" $infile --output $outfile ||
$verbose "$me: running $run_autom4te "${1+"$@"}" $infile --output $outfile" >&2
$run_autom4te ${1+"$@"} $infile --output $outfile ||
{ (exit 1); exit 1; }
if test -z "$traces" && test "x$outfile" != x-; then

View File

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
.TH AUTOCONF "1" "August 2001" "GNU Autoconf 2.52b" FSF
.TH AUTOCONF "1" "August 2001" "GNU Autoconf 2.52c" FSF
.SH NAME
autoconf \- Generate configuration scripts
.SH SYNOPSIS