]> git.ipfire.org Git - thirdparty/autoconf.git/commit
AC_CHECK_PROG macro fails if REJECT value is set under Digital
authorAkim Demaille <akim@epita.fr>
Fri, 5 May 2000 13:29:47 +0000 (13:29 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 5 May 2000 13:29:47 +0000 (13:29 +0000)
commit5556110f0c3fca0c842e56644bcb299242bdbc05
tree20fa0a623fbf2f7c9e109b10c2e9b4470dfd7329
parenta3f6bdbef8afe322ba87177fb4f692252c5f2b4a
AC_CHECK_PROG macro fails if REJECT value is set under Digital
Unix 4.0x and 5.0 because `"$@"' expands into an empty parameter
(instead of nothing) when there are no positional parameters.
From Nicolas Joly.

* acgeneral.m4 (AC_CHECK_PROG, AC_CHECK_PROGS): Prefer
`$$1' to `[$]$1', `$foo' to `[$]foo', `$[1]' to `[$]1', and
`${1+"$[@]"}' to `"[$]@"'.
ChangeLog
acgeneral.m4
lib/autoconf/general.m4