Re: Targets using automake

2000-11-03 Thread Derek R. Price
This same applies to targets using autoconf autoheader. Derek -- Derek Price CVS Solutions Architect ( http://CVSHome.org ) mailto:[EMAIL PROTECTED] OpenAvenue ( http://OpenAvenue.com ) -- A burp is not an answer. A burp is not an answer. A burp is not an answer...

Re: Targets using automake

2000-11-03 Thread Akim Demaille
"Derek" == Derek R Price [EMAIL PROTECTED] writes: Derek This could be a very useful tool but without this feature I Derek cannot use it in good conscience. What's wrong with the `missing' approach? What version of Automake are you using? I'm using CVS Automake for my package, and never

Re: Targets using automake

2000-11-03 Thread Derek R. Price
Akim Demaille wrote: "Derek" == Derek R Price [EMAIL PROTECTED] writes: Derek This could be a very useful tool but without this feature I Derek cannot use it in good conscience. What's wrong with the `missing' approach? What version of Automake are you using? I'm using CVS Automake for

Re: Targets using automake

2000-11-03 Thread Lars J. Aas
On Fri, Nov 03, 2000 at 04:49:23PM +0100, Akim Demaille wrote: : "Derek" == Derek R Price [EMAIL PROTECTED] writes: : Derek This could be a very useful tool but without this feature I : Derek cannot use it in good conscience. : : What's wrong with the `missing' approach? What version of

Re: Targets using automake

2000-11-03 Thread Derek R. Price
Paul Berrevoets wrote: This should already be taken care of by the macro AM_MAINTAINER_MODE. If you use: ./configure --enable-maintainer-mode then the autoconf/automake targets are enabled. They should be disabled by default. Doesn't it make more sense to enable/disable the targets based

Re: Targets using automake

2000-11-03 Thread Derek R. Price
Akim Demaille wrote: What's wrong with the `missing' approach? What version of Automake are you using? I'm using CVS Automake for my package, and never found such problem. Oh, Version 1.4. And what's 'CVS Automake' as opposed to automake? Derek -- Derek Price CVS

Re: Targets using automake

2000-11-03 Thread Derek R. Price
Akim Demaille wrote: What's wrong with the `missing' approach? I ran automake the first time without the '--add-missing' argument so when it told me it wouldn't run because "AUTHORS" and "missing" weren't present I simply touched the files in expectation of figuring out what GNU wanted of me

Re: Targets using automake

2000-11-03 Thread Akim Demaille
"Derek" == Derek R Price [EMAIL PROTECTED] writes: Derek Akim Demaille wrote: What's wrong with the `missing' approach? Derek I ran automake the first time without the '--add-missing' Derek argument so when it told me it wouldn't run because "AUTHORS" Derek and "missing" weren't present I