Re: AM_MISSING_HAS_RUN fails when spaces in path

2006-01-18 Thread Daniel Stenberg
On Wed, 18 Jan 2006, Ralf Wildenhues wrote: 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. I didn't try anything on "w32". My patch only removed a problem I got with spaces

Re: AM_MISSING_HAS_RUN fails when spaces in path

2006-01-18 Thread Ralf Wildenhues
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

AM_MISSING_HAS_RUN fails when spaces in path

2006-01-18 Thread Daniel Stenberg
Hi Here's a dead simple little patch that fixes a bug that seems to have existed since Aug 23 2001: 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

Re: Incorrect directory creation with 'make dist' and EXTRA_DIST

2006-01-18 Thread Sander Niemeijer
Hi, On 4-jan-2006, at 21:00, Stepan Kasal wrote: Hello, On Wed, Jan 04, 2006 at 06:12:11PM +0100, Sander Niemeijer wrote: distdir: $(DISTFILES) $(am__remove_distdir) mkdir $(distdir) --->$(mkdir_p) $(distdir)/$(top_srcdir)/data The problem is caused by the following line