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

KO Myung-Hun <[email protected]> Mon, 17 Jun 2024 09:18:29 +0900
Newsgroups gmane.comp.sysutils.automake.patches
Message-ID <[email protected]>

Karl Berry wrote:
>     -  foreach my $dir (reverse split /:/, $ENV{"ACLOCAL_PATH"})
>     +  my $sep = $^O eq 'os2' ? ';' : ':';
>     +  foreach my $dir (reverse split /$sep/, $ENV{"ACLOCAL_PATH"})
> 
> Thanks for the report. I added a check for Windows and committed it.
> --best, karl.
> 

Thanks!

-- 
KO Myung-Hun

Korean OS/2 User Community : https://www.os2.kr/