Re: File name conflict in current cvs automake

2001-05-03 Thread Akim Demaille
> "Russ" == Russ Allbery <[EMAIL PROTECTED]> writes: Russ> Something like lib/Automake is fairly standard for Perl Russ> extensions. Thanks, I trust your experience and go for this solution (lib/ in the package, but as is for the installation).

Re: File name conflict in current cvs automake

2001-04-29 Thread Lars J. Aas
On Sun, Apr 29, 2001 at 10:58:13AM -0700, Russ Allbery wrote: : Lars J Aas <[EMAIL PROTECTED]> writes: : > To be correct, it's AFS the problem relates to. If you create an AFS : > partition on Linux you will probably have the same problem there, and if : > you can have a UFS or some other filesys

Re: File name conflict in current cvs automake

2001-04-29 Thread Russ Allbery
Lars J Aas <[EMAIL PROTECTED]> writes: > To be correct, it's AFS the problem relates to. If you create an AFS > partition on Linux you will probably have the same problem there, and if > you can have a UFS or some other filesystem under AmigaOS, you can > probably avoid this problem on AmigaOS t

Re: File name conflict in current cvs automake

2001-04-29 Thread Russ Allbery
Lars Hecking <[EMAIL PROTECTED]> writes: >> The following problem exists: a new "Automake" directory >> has been added to the tree at the top level. However, >> on case-insensitive filesystems (such as DOS/Win32), this >> clashes with the 'automake' script. >> So it would be nice if the Automake

Re: File name conflict in current cvs automake

2001-04-29 Thread Lars J. Aas
On Sun, Apr 29, 2001 at 05:14:29PM +0100, Lars Hecking wrote: : > : Same problem on AmigaOS (case-preserving, case-insensitive fs). : > : > Is this true for the new AmigaOS (the SDK/VM) too, or just the good old : > Amiga-hardware-specific one? : : No idea at all, I don't follow. It is true for

Re: File name conflict in current cvs automake

2001-04-29 Thread Lars Hecking
> : Same problem on AmigaOS (case-preserving, case-insensitive fs). > > Is this true for the new AmigaOS (the SDK/VM) too, or just the good old > Amiga-hardware-specific one? No idea at all, I don't follow. It is true for up to 3.1, and presumably 3.5. (I'm in fact typing this from my Amiga

Re: File name conflict in current cvs automake

2001-04-29 Thread Lars J. Aas
On Sun, Apr 29, 2001 at 04:53:44PM +0100, Lars Hecking wrote: : : > The following problem exists: a new "Automake" directory : > has been added to the tree at the top level. However, : > on case-insensitive filesystems (such as DOS/Win32), this : > clashes with the 'automake' script. : > So it

Re: File name conflict in current cvs automake

2001-04-29 Thread Lars Hecking
> The following problem exists: a new "Automake" directory > has been added to the tree at the top level. However, > on case-insensitive filesystems (such as DOS/Win32), this > clashes with the 'automake' script. > So it would be nice if the Automake dir could be relocated > (say, perl/Automake

File name conflict in current cvs automake

2001-04-28 Thread Tim Van Holder
Hmm - I should have caught this sooner, but I only update my automake tree sporadically. The following problem exists: a new "Automake" directory has been added to the tree at the top level. However, on case-insensitive filesystems (such as DOS/Win32), this clashes with the 'automake' script. So