Re: [Patch] Insufficient quoting in cygwin support code

2000-11-19 Thread Gary V. Vaughan
On Sat, Nov 18, 2000 at 10:47:47AM -0500, Paul Berrevoets wrote: > Building libtool (cvs) on cygwin generates the following error in > libltdl: > > dlltool: Syntax error in def file .libs/libltdl-0.dll-def:1 > > The problem lies in the definition of 'archive_expsym_cmds' in > libtool.m4. The var

[Patch] Insufficient quoting in cygwin support code

2000-11-18 Thread Paul Berrevoets
Building libtool (cvs) on cygwin generates the following error in libltdl: dlltool: Syntax error in def file .libs/libltdl-0.dll-def:1 The problem lies in the definition of 'archive_expsym_cmds' in libtool.m4. The variables '$#', '$2' and '$3' are being expanded by m4 into '0', '' and '' respect