From Nicolas Joly.
+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.
# 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
.\" 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