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
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
* 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
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
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