]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Regen.
authorAkim Demaille <akim@epita.fr>
Mon, 22 Apr 2002 09:10:58 +0000 (09:10 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 22 Apr 2002 09:10:58 +0000 (09:10 +0000)
bin/autoconf.in
lib/autoconf/Makefile.in
lib/autotest/Makefile.in
lib/m4sugar/Makefile.in
man/autoheader.1
man/autom4te.1
man/autoscan.1
man/autoupdate.1
man/ifnames.1
tests/Makefile.in

index 8b24ff5ca1c3f57b49bdae1e58efd36df66c343c..7f36a45872a87add610906ab3e29e1dff37345ce 100644 (file)
@@ -7,8 +7,8 @@
 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
   emulate sh
   NULLCMD=:
-  # Zsh performs word splitting on ${1+"$@"}, which is contrary to
-  # our usage.  Disable this feature.
+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
+  # is contrary to our usage.  Disable this feature.
   alias -g '${1+"$@"}'='"$@"'
 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
   set -o posix
@@ -278,10 +278,7 @@ esac
 # Unless specified, the output is stdout.
 test -z "$outfile" && outfile=-
 
-# Running autom4te.
-run_autom4te="$AUTOM4TE --language=autoconf --output=$outfile"
-# Autom4te expansion.
-eval set dummy "$traces"
-shift
-$verbose "$me: running $run_autom4te "${1+"$@"}" $infile" >&2
-exec $run_autom4te ${1+"$@"} $infile
+# Run autom4te with expansion.
+eval set \$AUTOM4TE --language=autoconf --output=\$outfile "$traces" \$infile
+$verbose "$me: running $*" >&2
+exec "$@"
index f02dbc0e70c2eee8626e9a8dd0738a2e2a9bbc48..66a5672ddd422d98c6d1df9b4c4d4c998db27d74 100644 (file)
@@ -101,7 +101,7 @@ ETAGS_ARGS = --lang=none \
 SUFFIXES = .m4 .m4f
 
 # Do not use AUTOM4TE here, since Makefile.maint (my-distcheck)
-# checks if we are independant of Autoconf by defining AUTOM4TE (and
+# checks if we are independent of Autoconf by defining AUTOM4TE (and
 # others) to `false'.  But we _ship_ tests/autom4te, so it doesn't
 # apply to us.
 MY_AUTOM4TE = $(top_builddir)/tests/autom4te
index 454e34db697c8af830789f7877156a15fa335d0b..6cfb461fd22af73a5de6ec8d30e32bd76271bad7 100644 (file)
@@ -94,7 +94,7 @@ ETAGS_ARGS = --lang=none \
 SUFFIXES = .m4 .m4f
 
 # Do not use AUTOM4TE here, since Makefile.maint (my-distcheck)
-# checks if we are independant of Autoconf by defining AUTOM4TE (and
+# checks if we are independent of Autoconf by defining AUTOM4TE (and
 # others) to `false'.  But we _ship_ tests/autom4te, so it doesn't
 # apply to us.
 MY_AUTOM4TE = $(top_builddir)/tests/autom4te
index 8ea887c0833373b276a50a2c99056590615f2213..d7795d6934b3e50abb96f262fc68201265ce2c76 100644 (file)
@@ -94,7 +94,7 @@ ETAGS_ARGS = --lang=none \
 SUFFIXES = .m4 .m4f
 
 # Do not use AUTOM4TE here, since Makefile.maint (my-distcheck)
-# checks if we are independant of Autoconf by defining AUTOM4TE (and
+# checks if we are independent of Autoconf by defining AUTOM4TE (and
 # others) to `false'.  But we _ship_ tests/autom4te, so it doesn't
 # apply to us.
 MY_AUTOM4TE = $(top_builddir)/tests/autom4te
index 0c9227591e338e3fb40fdcca7af5fa7794b660af..52e2912303ce1c3a3613b3d1080b054a72d9b5d4 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.26.
-.TH AUTOHEADER "1" "March 2002" "autoheader 2.53a" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.27.
+.TH AUTOHEADER "1" "April 2002" "autoheader 2.53a" "User Commands"
 .SH NAME
 autoheader \- Create a template header for configure
 .SH SYNOPSIS
index b7e9d8932d8401c64eb63b1e052a59e1899c551c..9be92e8a12795f0af95df51cbb39cb97b384e22b 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.26.
-.TH AUTOM4TE "1" "March 2002" "autom4te 2.53a" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.27.
+.TH AUTOM4TE "1" "April 2002" "autom4te 2.53a" "User Commands"
 .SH NAME
 autom4te \- Generate files and scripts thanks to M4
 .SH SYNOPSIS
index 5e6cead66de8cf58cda516b371c294d6e3cd5022..15d95e226fcc434ff3e0af2c23503597806527a3 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.26.
-.TH AUTOSCAN "1" "March 2002" "autoscan 2.53a" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.27.
+.TH AUTOSCAN "1" "April 2002" "autoscan 2.53a" "User Commands"
 .SH NAME
 autoscan \- Generate a preliminary configure.in
 .SH SYNOPSIS
index da5bff74cc5b124f193caf0eea1587303dbf8d93..5c5236aea3ba139fc45acf83094eeddd75bcafa9 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.26.
-.TH AUTOUPDATE "1" "March 2002" "autoupdate 2.53a" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.27.
+.TH AUTOUPDATE "1" "April 2002" "autoupdate 2.53a" "User Commands"
 .SH NAME
 autoupdate \- Update a configure.in to a newer Autoconf
 .SH SYNOPSIS
index 941bf8ed8788c25e1597454ef69ddf5b6501385f..4628069c09f579593ec1c649e349c0371516e0b5 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.26.
-.TH IFNAMES "1" "March 2002" "ifnames " "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.27.
+.TH IFNAMES "1" "April 2002" "ifnames " "User Commands"
 .SH NAME
 ifnames \- Extract CPP conditionals from a set of files
 .SH SYNOPSIS
index ab725174d45a45267829a67939f7901ad70ebef0..a60917cba9ac6f94dab85cc8f1b049b477b49c2c 100644 (file)
@@ -94,7 +94,7 @@ DISTCLEANFILES = atconfig atlocal $(TESTSUITE) $(check_SCRIPTS)
 SUFFIXES = .m4 .m4f
 
 # Do not use AUTOM4TE here, since Makefile.maint (my-distcheck)
-# checks if we are independant of Autoconf by defining AUTOM4TE (and
+# checks if we are independent of Autoconf by defining AUTOM4TE (and
 # others) to `false'.  But we _ship_ tests/autom4te, so it doesn't
 # apply to us.
 MY_AUTOM4TE = $(top_builddir)/tests/autom4te