diff options
| author | Tom Yu <tlyu@mit.edu> | 1997-06-18 22:28:50 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 1997-06-18 22:28:50 +0000 |
| commit | 00e37fabf39b5c453c4fa97af3718f6055ee899f (patch) | |
| tree | eec7206f09ea3e5f72f9d86d3da0c490b2dde932 /src/util/autoconf/ChangeLog | |
| parent | 8f5ad6c4b6ee1e781f205c2d54e70ff228a8aa46 (diff) | |
* 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
Diffstat (limited to 'src/util/autoconf/ChangeLog')
| -rw-r--r-- | src/util/autoconf/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/util/autoconf/ChangeLog b/src/util/autoconf/ChangeLog index 8415c4863..94ad35048 100644 --- a/src/util/autoconf/ChangeLog +++ b/src/util/autoconf/ChangeLog @@ -1,3 +1,11 @@ +Wed Jun 18 16:13:11 1997 Tom Yu <tlyu@mit.edu> + + * 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. + Tue Nov 26 13:00:28 1996 David J MacKenzie <djm@catapult.va.pubnix.com> * Version 2.12. |
