From: Akim Demaille Date: Mon, 22 Apr 2002 09:10:58 +0000 (+0000) Subject: Regen. X-Git-Tag: AUTOCONF-2.53a~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3bd4560c9d2d34d41aef5cae70762dc3ffd31a6;p=thirdparty%2Fautoconf.git Regen. --- diff --git a/bin/autoconf.in b/bin/autoconf.in index 8b24ff5ca..7f36a4587 100644 --- a/bin/autoconf.in +++ b/bin/autoconf.in @@ -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 "$@" diff --git a/lib/autoconf/Makefile.in b/lib/autoconf/Makefile.in index f02dbc0e7..66a5672dd 100644 --- a/lib/autoconf/Makefile.in +++ b/lib/autoconf/Makefile.in @@ -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 diff --git a/lib/autotest/Makefile.in b/lib/autotest/Makefile.in index 454e34db6..6cfb461fd 100644 --- a/lib/autotest/Makefile.in +++ b/lib/autotest/Makefile.in @@ -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 diff --git a/lib/m4sugar/Makefile.in b/lib/m4sugar/Makefile.in index 8ea887c08..d7795d693 100644 --- a/lib/m4sugar/Makefile.in +++ b/lib/m4sugar/Makefile.in @@ -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 diff --git a/man/autoheader.1 b/man/autoheader.1 index 0c9227591..52e291230 100644 --- a/man/autoheader.1 +++ b/man/autoheader.1 @@ -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 diff --git a/man/autom4te.1 b/man/autom4te.1 index b7e9d8932..9be92e8a1 100644 --- a/man/autom4te.1 +++ b/man/autom4te.1 @@ -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 diff --git a/man/autoscan.1 b/man/autoscan.1 index 5e6cead66..15d95e226 100644 --- a/man/autoscan.1 +++ b/man/autoscan.1 @@ -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 diff --git a/man/autoupdate.1 b/man/autoupdate.1 index da5bff74c..5c5236aea 100644 --- a/man/autoupdate.1 +++ b/man/autoupdate.1 @@ -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 diff --git a/man/ifnames.1 b/man/ifnames.1 index 941bf8ed8..4628069c0 100644 --- a/man/ifnames.1 +++ b/man/ifnames.1 @@ -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 diff --git a/tests/Makefile.in b/tests/Makefile.in index ab725174d..a60917cba 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -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