GNU bug report logs - #71534
[PATCH] aclocal: support ACLOCAL_PATH correctly on OS/2

Previous Next

Package: automake-patches;

Reported by: KO Myung-Hun <komh78 <at> gmail.com>

Date: Thu, 13 Jun 2024 11:22:02 UTC

Severity: normal

Tags: patch

Done: Karl Berry <karl <at> freefriends.org>

Bug is archived. No further changes may be made.

Full log


Message #25 received at 71534 <at> debbugs.gnu.org (full text, mbox):

From: KO Myung-Hun <komh78 <at> gmail.com>
To: Karl Berry <karl <at> freefriends.org>
Cc: 71534 <at> debbugs.gnu.org
Subject: Re: [bug#71534] [PATCH] aclocal: support ACLOCAL_PATH correctly on
 OS/2
Date: Mon, 17 Jun 2024 09:18:29 +0900

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/




This bug report was last modified 1 year and 52 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.