Re: new libtool.m4 patch for cygwin & mingw

2001-03-08 Thread Gary V . Vaughan
On Thursday 08 March 2001 10:54 pm, Kevin Wright wrote: > From the README.txt in the bzipped version of Edwards libtool-cygwin: > > PPS. Really smart cookies will notice a seemingly nonsensical diff in > the patch file. That's because someone committed some file(s) into > cvs with embedded bina

RE: new libtool.m4 patch for cygwin & mingw

2001-03-08 Thread Kevin Wright
Cc: Tor Lillqvist; Stefan Ondrejicka; [EMAIL PROTECTED] > Subject: Re: new libtool.m4 patch for cygwin & mingw > > > Gary V. Vaughan writes: > > The attached files are FYI, and represent the commits I made to HEAD. > > > + yes,cygwin*) > > +    library_names_

Re: new libtool.m4 patch for cygwin & mingw

2001-03-08 Thread Tor Lillqvist
Gary V. Vaughan writes: > The attached files are FYI, and represent the commits I made to HEAD. > + yes,cygwin*) > +    library_names_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | >[sed -e 's/[.]/-/g']`${versuffix}.dll' > +;; > +  yes,mingw*) > +    library_names_s

Re: new libtool.m4 patch for cygwin & mingw

2001-03-06 Thread Gary V . Vaughan
Hi Tor, On Wednesday 21 February 2001 4:36 pm, Tor Lillqvist wrote: > New try... I changed "lib" to "cyg" in the wrong place. Sorry. Now it > should affect only the name of the dll (and related files), I hope. I split your patch into two and applied to the HEAD branch. I also ported both patch