Re: how to make driver modules

2006-03-30 Thread Ralf Wildenhues
Hello, * 黑明磊 wrote on Fri, Mar 31, 2006 at 08:15:29AM CEST: > > The user mode programs and lib can be easily made by automake tools, > but I don't know how to make dirver modules. What do you mean by driver modules? Linux kernel modules? For those I think it's best to add some manual rules

how to make driver modules

2006-03-30 Thread 黑明磊
to: all The user mode programs and lib can be easily made by automake tools, but I don't know how to make dirver modules. Thanks.

Re: Complex commands in TESTS

2006-03-30 Thread Ralf Wildenhues
* David Fang wrote on Fri, Mar 31, 2006 at 12:16:53AM CEST: > > is there a way to have automake execute complex commands as tests? For > > example, currently I use something like: > One simple way is to put the invocation commands into a built > shell script for each test: Right. If you w

Re: Complex commands in TESTS

2006-03-30 Thread David Fang
> is there a way to have automake execute complex commands as tests? For > example, currently I use something like: > > TESTS = numberAtoms input.sh > > But it would be nice to have, for instance, a command with arguments like > input.sh a b c > executed; is that possible, when yes, how? I'

Complex commands in TESTS

2006-03-30 Thread Daniel Kraft
Hi there, is there a way to have automake execute complex commands as tests? For example, currently I use something like: TESTS = numberAtoms input.sh But it would be nice to have, for instance, a command with arguments like input.sh a b c executed; is that possible, when yes, how?

suggestion for bug #486

2006-03-30 Thread Stepan Kasal
Hello, I looked at PR 486. It seems the problem is that Automake doesn't know that the resulting info file depends on the included Texinfo file. (I guess that you have some rules to update the info files, but they are not triggered by the prerequisities of dist-info target.) The right way to

Re: using automake for perl program

2006-03-30 Thread Stepan Kasal
Hello, On Thu, Mar 30, 2006 at 12:11:23AM +0200, Guillaume Rousse wrote: > 1) module destination directory is determined by perl itself. I use > moduledir=`perl '-V:installsitelib' | cut -d"'" -f2` to compute it, but > it make perl distcheck fails: ... > I guess it is because moduledir doesn't rel

Re: makeinfo problem

2006-03-30 Thread Thomas Porschberg
Hello Stepan, Am Thu, 30 Mar 2006 11:32:42 +0200 schrieb Stepan Kasal <[EMAIL PROTECTED]>: > Hello Thomas, > > On Thu, Mar 30, 2006 at 11:05:22AM +0200, Thomas Porschberg wrote: > > Am Thu, 30 Mar 2006 10:41:07 +0200 > > schrieb Stepan Kasal <[EMAIL PROTECTED]>: > > > a quick answer, > > actu

Re: makeinfo problem

2006-03-30 Thread Stepan Kasal
Hello Thomas, On Thu, Mar 30, 2006 at 11:05:22AM +0200, Thomas Porschberg wrote: > Am Thu, 30 Mar 2006 10:41:07 +0200 > schrieb Stepan Kasal <[EMAIL PROTECTED]>: > > a quick answer, actually, my answer was too quick, I made several mistakes: > [...] you might get a better one from Karl, the ma

Re: makeinfo problem

2006-03-30 Thread Thomas Porschberg
Am Thu, 30 Mar 2006 10:41:07 +0200 schrieb Stepan Kasal <[EMAIL PROTECTED]>: > Hello, > a quick answer, you might get a better one from Karl, the > maintainer. > > > which version of makeinfo introduced HTML support ? I think > > we have to check in configure if the makeinfo tool is able the >

Re: makeinfo problem

2006-03-30 Thread Stepan Kasal
Hello, a quick answer, you might get a better one from Karl, the maintainer. > which version of makeinfo introduced HTML support ? I think > we have to check in configure if the makeinfo tool is able the handle > the --html option. well, I think lot of work was done with --html recently, so it