[PATCH, take 4][cygwin|mingw] Control where win32 DLLs get installed.

2009-08-15 Thread Dave Korn
So, here I hope is the final respin. Built and tested on i686-pc-cygwin and i686-pc-linux-gnu with no regressions and all new tests passing (see below sig separator for details). libtool/ChangeLog: * Makefile.am (TESTSUITE_AT): Add bindir.at. * libltdl/config/general.m4sh (fun

Re: [PATCH, take 3][cygwin|mingw] Control where win32 DLLs get installed.

2009-08-15 Thread Dave Korn
Ralf Wildenhues wrote: > in addition to what Eric already documented: > > * Dave Korn wrote on Fri, Aug 14, 2009 at 01:34:18PM CEST: >> Still finishing it off and getting it tested, but while that's going, >> here's >> a preview of the path canonicalisation function as I've got it so far; let m

Re: [PATCH, take 3][cygwin|mingw] Control where win32 DLLs get installed.

2009-08-15 Thread Dave Korn
Ralf Wildenhues wrote: > , and the info Autoconf "Portable Shell" Yes, thanks, I've been thoroughly through that since someone metioned it upthread and it does in fact document all these rules, under the individual categories like "assignments", "case statements", rather than in one big section

Re: [PATCH, take 3][cygwin|mingw] Control where win32 DLLs get installed.

2009-08-15 Thread Ralf Wildenhues
in addition to what Eric already documented: * Dave Korn wrote on Fri, Aug 14, 2009 at 01:34:18PM CEST: > > Still finishing it off and getting it tested, but while that's going, here's > a preview of the path canonicalisation function as I've got it so far; let me > know if I've done any major

Re: [PATCH, take 3][cygwin|mingw] Control where win32 DLLs get installed.

2009-08-15 Thread Ralf Wildenhues
* Dave Korn wrote on Fri, Aug 14, 2009 at 03:21:33PM CEST: > Eric Blake wrote: > > And beyond that, it's just lots of practice. I agree that it often feels > > like you have to memorize loads of information to write portable shell, > > but at least these public reviews catch a lot of the pitfalls.