mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-27 01:49:56 +08:00
* bin/autoconf.in ($@): Work around the usual sh bug.
From Nicolas Joly.
This commit is contained in:
parent
9fcd1589f5
commit
01f2ae88a0
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user