Re: Update AROS host detection

2021-01-25 Thread Dmitry V. Levin
On Mon, Jan 25, 2021 at 08:49:51PM +, Kalamatee wrote: > Please find attached a revised patch, also updating the test data. > diff --git a/config.guess b/config.guess > index 3ed3dc7..4d9b979 100755 > --- a/config.guess > +++ b/config.guess > @@ -1482,8 +1482,8 @@ EOF > i*86:rdos:*:*) >

Re: Update AROS host detection

2021-01-25 Thread Dmitry V. Levin
On Sun, Jan 10, 2021 at 08:09:57PM +, Kalamatee wrote: > AROS detection has been wrong for a number of years and only detects the > i386 host. > Please find attached a patch to correct the AROS case. > > build-aux/config.guess | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >

Re: config.sub patch: recognize four-part configuration name for VxWorks OS

2021-01-25 Thread Dmitry V. Levin
On Fri, Jan 08, 2021 at 03:20:30AM +, Xin, Peixing wrote: > Hi John, > > Thanks much for your solution and info. I made some slight changes so that > things can be correct and more clear. If this one can be merged, appreciated. > > Thanks, > Peixing Applied, thanks! -- ldv

Re: bug: shell variable quoting in config.guess

2021-01-25 Thread Dmitry V. Levin
On Tue, Jan 19, 2021 at 08:49:34AM -0500, mlevins--- via Patches for the config.guess and config.sub scripts wrote: > After commit 827c77253b396c07306927b2a4b794a3251c48eb in the GNU config > repository, word splitting is no longer performed on the $sysctl shell > variable in config.guess: > >