* Ralf Wildenhues wrote on Wed, Mar 15, 2006 at 05:30:43PM CET: > > Second, your change to _AC_CANONICAL_SPLIT is more than just a change of > names, but a latent bugfix (presumably the one that you worked around > with some change implemented soon after you started using $IFS in > _AC_CANONICAL_SPLIT, IIRC the 2005-08-24 one).
Erm, actually it's the other way round: this change introduces a bug: build_os gets set to "linux gnu" instead of "linux-gnu", because the first character of $IFS is used for concatenating $*. Sorry about not having tested that before. Cheers, Ralf
