[bug#71534] [PATCH] aclocal: support ACLOCAL_PATH correctly on OS/2

2024-06-16 Thread KO Myung-Hun
ort. I added a check for Windows and committed it. > --best, karl. > Thanks! -- KO Myung-Hun Korean OS/2 User Community : https://www.os2.kr/

[bug#71534] [PATCH] aclocal: support ACLOCAL_PATH correctly on OS/2

2024-06-13 Thread KO Myung-Hun
A path separator is ';' on OS/2. Therefore, splitting ACLOCAL_PATH with ':' unconditionally is not correct. * bin/aclocal.in (parse_ACLOCAL_PATH): Use ';' as a path separator on OS/2. --- bin/aclocal.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/aclocal.in b/bin/acl

Re: [PATCH] PATH: quote $(PATH_SEPARATOR) as well

2014-11-21 Thread KO Myung-Hun
Ping ? KO Myung-Hun wrote: > On OS/2, $(PATH_SEPARATOR) is ';'. Without quote, it is recognized as > a mark of end of sentence. > > * Makefile.am: quote $(PATH_SEPARATOR) as well. > * t/Makefile.inc: Likewise. > --- > Makefile.am| 2 +- > t/Makefile.

[PATCH] PATH: quote $(PATH_SEPARATOR) as well

2014-11-07 Thread KO Myung-Hun
On OS/2, $(PATH_SEPARATOR) is ';'. Without quote, it is recognized as a mark of end of sentence. * Makefile.am: quote $(PATH_SEPARATOR) as well. * t/Makefile.inc: Likewise. --- Makefile.am| 2 +- t/Makefile.inc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.

Re: [PATCH] PATH: use double quote

2014-09-29 Thread KO Myung-Hun
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eric Blake wrote: > On 09/22/2014 08:06 PM, KO Myung-Hun wrote: > >> >>> Why are you changing this? I see no difference in the >>> resulting shell syntax, except that backslashes in >>> $(abs_builddir) are n

Re: [PATCH] PATH: use double quote

2014-09-22 Thread KO Myung-Hun
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eric Blake wrote: > On 09/22/2014 08:06 PM, KO Myung-Hun wrote: > >> >>> Why are you changing this? I see no difference in the >>> resulting shell syntax, except that backslashes in >>> $(abs_builddir) are n

Re: [PATCH] PATH: use double quote

2014-09-22 Thread KO Myung-Hun
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi/2. Eric Blake wrote: > On 09/22/2014 01:12 AM, KO Myung-Hun wrote: >> * Makefile.am: Subject. > > That's a very poor changelog entry. I'll leave it up to the > automake maintainer if it should be improved, th

[PATCH] PATH: use double quote

2014-09-22 Thread KO Myung-Hun
* Makefile.am: Subject. * t/Makefile.inc: Likewise. --- Makefile.am|2 +- t/Makefile.inc |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 7e1c748..07c52c4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -72,7 +72,7 @@ generated_file_