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
# 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 "$@"
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
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
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
-.\" 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
-.\" 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
-.\" 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
-.\" 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
-.\" 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
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