Re: [PATCH] testsuite: fix race conditions in ltdl dryrun

2015-01-20 Thread Gary V. Vaughan
On Dec 15, 2014, at 1:13 PM, Pavel Raiskup wrote: > > [+cc autoconf, as this seems to be relevant] > > Hi all, Hi Pavel, Thanks for the fix. This one has caught me out occasionally too, so I'll also be glad to banish it! Sorry for the delay in applying and pushing... it's been a crazy month!

Re: [PATCH] bootstrap: use $PATH_SEPARATOR instead of :

2015-01-20 Thread Gary V. Vaughan
Hi, On Jan 20, 2015, at 5:22 AM, KO Myung-Hun wrote: > > On OS/2, a path separator is ';' not ':'. > > * bootstrap (func_find_tool, func_check_tool): Use PATH_SEPARATOR. > * gl/build-aux/bootstrap.in (func_check_tool): Likewise. > * gl/build-aux/extract-trace (fund_find_tool): Likewise. These

[PATCH] edit-readme-alpha: do not edit again a file already edited

2015-01-20 Thread KO Myung-Hun
No need to edit again a file already edited. In addition, if editing the file, a zero-length file is generated. * build-aux-edit-readme-alpha: Skip a file already edited. --- build-aux/edit-readme-alpha | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/build-aux/

Re: [PATCH] bootstrap: use $PATH_SEPARATOR instead of :

2015-01-20 Thread KO Myung-Hun
Hi/2. Gary V. Vaughan wrote: > Hi, > > On Jan 20, 2015, at 5:22 AM, KO Myung-Hun wrote: >> >> On OS/2, a path separator is ';' not ':'. >> >> * bootstrap (func_find_tool, func_check_tool): Use PATH_SEPARATOR. >> * gl/build-aux/bootstrap.in (func_check_tool): Likewise. >> * gl/build-aux/extract-t