The most cost-effective marketing tool

2002-01-13 Thread Direct email service
we are the World's Largest distributor of direct company news and other business communications materials. we can broadcast your web site news or your business, or a new service within your business ( you can add your logo/photo to your press release ) to every Newspaper, Magazine, Televisio

Re: automake parallel install

2002-01-13 Thread Alexandre Duret-Lutz
[...] Tom> I think renaming the directories in $(datadir) is fine. Tom> But I'm not as sure about renaming the executables by Tom> default. I think I'd prefer to simply install as Tom> `automake', and let package maintainers use Tom> `--program-suffix=-1.5' (or equivalent) in their spec To

PR224

2002-01-13 Thread Robert Collins
I note that this PR is still open - It was filed as serious (and IMO :} it is). What chance of this being addressed before 1.5b goes beyond testing? Rob

Re: automake parallel install

2002-01-13 Thread Havoc Pennington
Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes: > This seems to be the minimum required to allow parallel installs > of Automake. However doing only this makes unsafe to use > versions installed that way, due to the rebuild rules issue you > pointed out: using automake-1.5 is useless if the re

Re: PR224

2002-01-13 Thread Tom Tromey
> "Robert" == Robert Collins <[EMAIL PROTECTED]> writes: Robert> I note that this PR is still open - It was filed as serious Robert> (and IMO :} it is). Robert> What chance of this being addressed before 1.5b goes beyond Robert> testing? I looked at this PR. Why do you want this change? R

Re: PR224

2002-01-13 Thread Robert Collins
- Original Message - From: "Tom Tromey" <[EMAIL PROTECTED]> > > I looked at this PR. Why do you want this change? > > Right now if you write: > > AUTOMAKE_OPTIONS = subdir-objects > bin_PROGRAMS = wish > wish_SOURCES = generic/a.c generic/b.c > > ... you end up with `.deps/gen

Re: automake parallel install

2002-01-13 Thread Tom Tromey
> "Tom" == Tom Tromey <[EMAIL PROTECTED]> writes: Tom> But I'm not as sure about renaming the executables by default. I Tom> think I'd prefer to simply install as `automake', and let package Tom> maintainers use `--program-suffix=-1.5' (or equivalent) in their Tom> spec files. What do you t

Re: automake parallel install

2002-01-13 Thread Ralf Corsepius
Am Son, 2002-01-13 um 22.14 schrieb Tom Tromey: > > "Tom" == Tom Tromey <[EMAIL PROTECTED]> writes: > > Tom> But I'm not as sure about renaming the executables by default. I > Tom> think I'd prefer to simply install as `automake', and let package > Tom> maintainers use `--program-suffix=-1.5