* acgeneral.m4 (AC_CHECK_PROG, AC_PATH_PROG): Assign the path to
authorTom Yu <tlyu@mit.edu>
Wed, 18 Jun 1997 22:28:50 +0000 (22:28 +0000)
committerTom Yu <tlyu@mit.edu>
Wed, 18 Jun 1997 22:28:50 +0000 (22:28 +0000)
commit00e37fabf39b5c453c4fa97af3718f6055ee899f
treeeec7206f09ea3e5f72f9d86d3da0c490b2dde932
parent8f5ad6c4b6ee1e781f205c2d54e70ff228a8aa46
* acgeneral.m4 (AC_CHECK_PROG, AC_PATH_PROG): Assign the path to
ac_dummy and then expand it, rather than simply tacking on
$ac_dummy to the path.  This works around POSIX.2 word splitting
semantics, in which even things like a:b:c:$PATH don't get
word-split as you might expect on a pre-POSIX shell.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10099 dc483132-0cff-0310-8789-dd5450dbe970
src/util/autoconf/ChangeLog
src/util/autoconf/acgeneral.m4
src/util/autoconf/configure