Re: integration of perl with automake

2009-10-19 Thread Andreas Otto
Am Dienstag 20 Oktober 2009 08:27:01 schrieb Ralf Wildenhues: > Hello Andreas, > > thanks for sharing your solution. A couple of comments: > > * Andreas Otto wrote on Mon, Oct 19, 2009 at 12:20:26PM CEST: > > if USE_PERL > > > > PERLMAKEFILE = Net-Msgque/Makefile > > PERLDEPEND= Net-Msgque/Ma

Re: integration of perl with automake

2009-10-19 Thread Ralf Wildenhues
Hello Andreas, thanks for sharing your solution. A couple of comments: * Andreas Otto wrote on Mon, Oct 19, 2009 at 12:20:26PM CEST: > if USE_PERL > > PERLMAKEFILE = Net-Msgque/Makefile > PERLDEPEND= Net-Msgque/Makefile.PL Net-Msgque/typemap Net- > Msgque/lib/Net/Msgque.pm > PERLCONFIG

Re: Omit dvi rule

2009-10-19 Thread Ralf Wildenhues
* Stefan Bienert wrote on Mon, Oct 19, 2009 at 02:06:40PM CEST: > cd ../.. && /bin/sh > /home/user/projects/documentation.git/share/misc/config/missing --run > automake-1.10 --gnu share/doc/Makefile > share/doc/Makefile.am:76: user target `dvi' defined here... > automake-1.10: ... overrides Automa

Re: Omit dvi rule

2009-10-19 Thread Stefan Bienert
Ralf Wildenhues wrote: > * Stefan Bienert wrote on Mon, Oct 19, 2009 at 12:45:19AM CEST: >> Is there a way to stop automake producing a rule for dvi docs? >> It just makes my 'distcheck' fail. > > dvi: This does not work: cd ../.. && /bin/sh /home/user/projects/documentation.git/share/misc/confi

Re: integration of perl with automake

2009-10-19 Thread Andreas Otto
Hi, this is my solution: I have coosen a Makefile.am wrapper and the perl-extension is in a subdirectory of the wrapper. I changed the extension-name to Net::Msgque (as requested by the perl community) the automake configuration is complete (as of my needs) including a VPATH build and