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


View this message in rfc822 format

From: "Zack Weinberg" <zack <at> owlfolio.org>
To: "Karl Berry" <karl <at> freefriends.org>, "KO Myung-Hun" <komh78 <at> gmail.com>
Cc: 71534 <at> debbugs.gnu.org
Subject: [bug#71534] [PATCH] aclocal: support ACLOCAL_PATH correctly on OS/2
Date: Thu, 13 Jun 2024 17:56:15 -0400
On Thu, Jun 13, 2024, at 5:44 PM, Karl Berry wrote:
> +  my $sep = $^O eq 'os2' ? ';' : ':';
>     +  foreach my $dir (reverse split /$sep/, $ENV{"ACLOCAL_PATH"})
>
> Ok, thanks.
>
> If we're going to worry about os2, then surely $O =~ /MSWin/ should also
> be ;-separated paths

Isn't there a $variable already that's specifically the path separator? I thought we had one. Check in Perl's built-in Config module as well as automaker proper.

zw




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.