Hi Daniel, * Daniel Stenberg wrote on Wed, Jan 18, 2006 at 11:14:42AM CET: > > Here's a dead simple little patch that fixes a bug that seems to have > existed since Aug 23 2001:
You should probably also adjust the comment in m4/auxdir.m4, and fix use of $am_aux_dir in m4/install-sh.m4, and the use of $ac_aux_dir in m4/missing.m4, to then note that you can't easily fix use of $am_aux_dir in m4/minuso.m4: | CC="$am_aux_dir/compile $CC" That was the one you really wanted fixed on w32, though. Cheers, Ralf > 2006-01-18 Daniel Stenberg <[EMAIL PROTECTED]> > > * m4/missing.m4: (AM_MISSING_HAS_RUN) Quote the full path to the missing > script properly so that it can deal with paths containing spaces (and > similar)
