]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* bin/autoconf.in ($@): Work around the usual sh bug.
authorAkim Demaille <akim@epita.fr>
Fri, 3 Aug 2001 09:23:34 +0000 (09:23 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 3 Aug 2001 09:23:34 +0000 (09:23 +0000)
From Nicolas Joly.

ChangeLog
bin/autoconf.in
man/autoconf.1

index 3c44e2436a3ef1f0dfd1381547d0a83d7eb44f42..18ae22535ffd7d16ef774b6da76f226cff1e6b84 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 2ea8c71baad20c5c6078dffdddc29db11c42266e..604985bcee911a8806de115028a3b14d9818e853 100644 (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
index 1b06c4b68cd6d738902360616a53f221b5f64b69..6679040b7ff188137a9564dd95383a1ac5bcaa7c 100644 (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