diff options
author | Peter Simons <simons@cryp.to> | 2017-03-29 09:19:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-29 09:19:55 +0200 |
commit | cf2bd2c981de99d3eaa6f97367561701669e8643 (patch) | |
tree | 5b2eb710637a6f5c6e94b50e57fd09ce72ea4040 /m4/ax_configure_args.m4 | |
parent | a9a99aa9354e1229c731acfbacf616f1b057225b (diff) | |
parent | 1b4ed8a028949e098418cff3e1931da250d25264 (diff) | |
download | autoconf-archive-cf2bd2c981de99d3eaa6f97367561701669e8643.tar.gz |
Merge pull request #119 from jsoref/spelling
Spelling fixes
Diffstat (limited to 'm4/ax_configure_args.m4')
-rw-r--r-- | m4/ax_configure_args.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ax_configure_args.m4 b/m4/ax_configure_args.m4 index 56f187a..e5f2d84 100644 --- a/m4/ax_configure_args.m4 +++ b/m4/ax_configure_args.m4 @@ -15,7 +15,7 @@ # to rely on eval'ing $ac_configure_args however some old autoconf # versions do not provide that. To ensure maximum portability of autoconf # extension macros this helper can be AC_REQUIRE'd so that -# $ac_configure_args will alsways be present. +# $ac_configure_args will always be present. # # Sadly, the traditional "exec $SHELL" of the enable_builddir macros is # spoiled now and must be replaced by "eval + exit $?". @@ -60,7 +60,7 @@ #serial 10 AC_DEFUN([AX_CONFIGURE_ARGS],[ - # [$]@ is unsable in 2.60+ but earlier autoconf had no ac_configure_args + # [$]@ is unusable in 2.60+ but earlier autoconf had no ac_configure_args if test "${ac_configure_args+set}" != "set" ; then ac_configure_args= for ac_arg in ${1+"[$]@"}; do |