Work around yet another really horrible Ultrix sh bug. The values of
authorTheodore Tso <tytso@mit.edu>
Tue, 20 Dec 1994 00:42:41 +0000 (00:42 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 20 Dec 1994 00:42:41 +0000 (00:42 +0000)
commit56192b1a773a6cb085bee132c140bed2aa2648c2
tree1060e1a84d0995bef135da45883be0c2298dbd6d
parentcbc4353acb6e09b923a1b6def815dcbfcf5a62f2
Work around yet another really horrible Ultrix sh bug.  The values of
variables read in using the ${var='bar'} construction are displayed
using the "set" command with the high bit set.  (Someone should just
haul off the Ultrix sh and have it shot).  Fixed using tr.

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