Re: Filenames containing blanks

2003-07-23 Thread Alexandre Duret-Lutz
>>> "Hari" == Raja R Harinath <[EMAIL PROTECTED]> writes: [...] Hari> I think it's worthwhile to consider Ralf's patch after he Hari> addresses some of my comments. I completely agree. -- Alexandre Duret-Lutz

Re: Filenames containing blanks

2003-07-23 Thread Raja R Harinath
Hi, Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes: "gd" == Guido Draheim <[EMAIL PROTECTED]> writes: > > gd> Alexandre Duret-Lutz wrote: > > "Ralf" == Ralf Corsepius <[EMAIL PROTECTED]> writes: > Ralf> Hi, > Ralf> Simple question: Does automake support filenames containing blanks?

Re: Filenames containing blanks

2003-07-23 Thread Alexandre Duret-Lutz
>>> "gd" == Guido Draheim <[EMAIL PROTECTED]> writes: gd> Alexandre Duret-Lutz wrote: > "Ralf" == Ralf Corsepius <[EMAIL PROTECTED]> writes: Ralf> Hi, Ralf> Simple question: Does automake support filenames containing blanks? >> I guess nobody really bothered because Make itself uses blank

Re: Filenames containing blanks

2003-07-23 Thread Guido Draheim
Alexandre Duret-Lutz wrote: "Ralf" == Ralf Corsepius <[EMAIL PROTECTED]> writes: Ralf> Hi, Ralf> Simple question: Does automake support filenames containing blanks? I guess nobody really bothered because Make itself uses blanks as filename separators. '\ ' seems to be a GNU extension, does a

Re: Filenames containing blanks

2003-07-23 Thread Earnie Boyd
Alexandre Duret-Lutz wrote: "Ralf" == Ralf Corsepius <[EMAIL PROTECTED]> writes: Ralf> Hi, Ralf> Simple question: Does automake support filenames containing blanks? I guess nobody really bothered because Make itself uses blanks as filename separators. '\ ' seems to be a GNU extension, does any

Re: Filenames containing blanks

2003-07-23 Thread Alexandre Duret-Lutz
>>> "Ralf" == Ralf Corsepius <[EMAIL PROTECTED]> writes: Ralf> Hi, Ralf> Simple question: Does automake support filenames containing blanks? I guess nobody really bothered because Make itself uses blanks as filename separators. '\ ' seems to be a GNU extension, does anybody knows of another im

Re: Filenames containing blanks

2003-07-23 Thread Lars Hecking
> >test -n '$(libs)' && for i in '$(libs)'; do ... > > I like that one :-) it's about as short as the current way > to guard against empty lists, but I am sure you meant not > to use single-ticks around the for-in argument, did ye.. ;-) The && and || shortcuts are not nice to the environment,

Re: Filenames containing blanks

2003-07-23 Thread Guido Draheim
Ralf Corsepius wrote: On Wed, 2003-07-23 at 09:39, Guido Draheim wrote: Ralf Corsepius wrote: Hi, Simple question: Does automake support filenames containing blanks? I fear, the answer is no: # cat Makefile.am: data_DATA = foo\ 1 # make DESTDIR=/tmp install .. /bin/sh ./mkinstalldirs /tmp/us

Re: [automake] Two CVS Projects, One Build Environment

2003-07-23 Thread Simon Richter
Scott, > For this project I have some code that I want to share between two > separate software projects. I would like each of these software projects > to conditionally-compile and link my software extensions. > AC_ARG_ENABLE([extra],dnl > [ --enable-extra Enable extra hooks],[ >

Re: Filenames containing blanks

2003-07-23 Thread Ralf Corsepius
On Wed, 2003-07-23 at 09:39, Guido Draheim wrote: > Ralf Corsepius wrote: > > Hi, > > > > Simple question: Does automake support filenames containing blanks? > > > > I fear, the answer is no: > > > > # cat Makefile.am: > > data_DATA = foo\ 1 > > > > # make DESTDIR=/tmp install > > .. > > /bin/s

Re: Filenames containing blanks

2003-07-23 Thread Guido Draheim
Ralf Corsepius wrote: Hi, Simple question: Does automake support filenames containing blanks? I fear, the answer is no: # cat Makefile.am: data_DATA = foo\ 1 # make DESTDIR=/tmp install .. /bin/sh ./mkinstalldirs /tmp/usr/local/share mkdir -p -- /tmp/usr/local/share /usr/bin/install -c -m 644