Problems on make distcheck

2008-01-31 Thread Stefan Bienert
ittle" bit confusing at this point... best regards, Stefan -- Stefan Bienert Zentrum fuer Bioinformatik Universitaet Hamburg Bundesstrasse 43 20146 Hamburg Germany Email: [EMAIL PROTECTED] Phone: +49 (40) 42838 7345 Fax:+49 (40) 42838 7332

Re: Problems on make distcheck

2008-02-03 Thread Stefan Bienert
Hi there, the output of make distcheck is attached to this mail. greetings, Stefan{ test ! -d prj-0.1 || { find prj-0.1 -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr prj-0.1; }; } test -d prj-0.1 || mkdir prj-0.1 list='src share '; for subdir in $list; do \ if test "$subdir" =

Re: Problems on make distcheck

2008-02-03 Thread Stefan Bienert
Hi again, > What is the Automake version you use? What do you set for > AC_CONFIG_AUXDIR, AC_CONFIG_MACRO_DIR in configure.ac? I am using version 1.10 at home and version 1.9.6 at work. THe error occurs with both of them. My settings: AC_CONFIG_AUX_DIR([share/misc/config]) AC_CONFIG_MACRO_DIR

Re: Problems on make distcheck

2008-02-07 Thread Stefan Bienert
(btw, this should really be mentioned in the manual, which's current version gave me the impression that I have to put everything in the distributiopn by myself.). with best regards, Stefan -- Stefan Bienert Zentrum fuer Bioinformatik Universitaet Hamburg Bundesstrasse 43 20146 Ha

Problems with headers and subdirectories

2008-02-27 Thread Stefan Bienert
each make distcheck, the header is not copied nor is an appropriate -I path set. Help! Stefan -- Stefan Bienert Zentrum fuer Bioinformatik Universitaet Hamburg Bundesstrasse 43 20146 Hamburg Germany Email: [EMAIL PROTECTED] Phone: +49 (40) 42838 7345 Fax:+49 (40) 42838 7332

Re: Problems with headers and subdirectories

2008-02-27 Thread Stefan Bienert
Hello again, my sourcetree looks like this projectdir/ src/ source1.c source2.c header1.h liba/ source3.c header2.h libb/ ... The Makefile.am for the src/ dir looks like noinst_HEADERS = header1.h SUBDIRS = liba libb LDADD = \

Re: Problems with headers and subdirectories

2008-02-28 Thread Stefan Bienert
used anymore. Should'nt noinst_HEADERS be set before line 49? I am using automake 1.9.6 regards, Stefan -- Stefan Bienert Zentrum fuer Bioinformatik Universitaet Hamburg Bundesstrasse 43 20146 Hamburg Germany Email: [EMAIL PROTECTED] Phone: +49 (40) 42838 7345 Fax:+49 (40) 42838 7332

Re: [solved] Problems with headers and subdirectories

2008-02-28 Thread Stefan Bienert
Hi again, I just wanted to note that I fixed my problem. It seems as if I messed up the noinst_ prefixes throughout my project. If everything is set properly, it works. greetings, Stefan -- Stefan Bienert Zentrum fuer Bioinformatik Universitaet Hamburg Bundesstrasse 43 20146 Hamburg

-lm -lz

2008-03-06 Thread Stefan Bienert
Hello, after an hour of searching, how am I supposed to invoke "-lm -lz" into my compilation? The documentation states something about using "LIBS" as a variable, autoconf also speaks of "LIBS" but nobody tells one what to do with that variable. greetings, Ste

Report to stdout like Linux kernel compilation does

2008-04-11 Thread Stefan Bienert
hope somebody can understand what I want to do. greetings, Stefan -- Stefan Bienert Zentrum fuer Bioinformatik Universitaet Hamburg Bundesstrasse 43 20146 Hamburg Germany Email: [EMAIL PROTECTED] Phone: +49 (40) 42838 7345 Fax:+49 (40) 42838 7332

Treat pdf, html like info

2008-11-07 Thread Stefan Bienert
Hi there, is there an easy way to traet pdf, html in the same way info targets are treated? I would like to have `make all` producing info, pdf and html docs from texinfo sources. Also installation of all three targets should happen on `make install`. greetings, Stefan

Re: Treat pdf, html like info

2008-11-08 Thread Stefan Bienert
Thanks a lot! Everything works fine and this in less than 5minutes work! Seems like a new record in automake-configuration to me. greetings, Stefan

Re: Treat pdf, html like info

2008-11-08 Thread Stefan Bienert
Hi again, now I want to have something eles with the documentation stuff. How do I include the compiled pdf and html docs in the distribution. I tried EXTRA_DIST with the name of the pdf file but it does not work. Should I use the dist-hook for this or is there a common way? greetings, Stefan

Re: Treat pdf, html like info

2008-11-08 Thread Stefan Bienert
Argh! I really hate this konqueror of KDE! With putting the pdf and html documentation into EXTRA_DIST everything works fine. It's just this mean konqueror file browser which does not show the archive properly. Sorry to have disturbed the list with this problem. greetings, Stefan

Texinfo, version.texi

2008-12-04 Thread Stefan Bienert
Hi Automakers! I have a little problem with Automake maintaining the version.texi file. My Makefile.am looks like this: info_TEXINFOS = developer-handbook.txi developer_handbook_TEXINFOS = impatient.txi \ preface_dvl.txi \

noinst_TEXINFOS

2009-04-29 Thread Stefan Bienert
Hi List! Could it be that a primary noinst_TEXINFOS does not work with automake 1.10.2? I tried to use it in my project but nothin gets build on "make". greetings, Stefan

Re: noinst_TEXINFOS

2009-04-30 Thread Stefan Bienert
. greetings, Stefan -- Stefan Bienert Zentrum fuer Bioinformatik Universitaet Hamburg Bundesstrasse 43 20146 Hamburg Germany Email: bien...@zbh.uni-hamburg.de Phone: +49 (40) 42838 7345 Fax:+49 (40) 42838 7332

Omit dvi rule

2009-10-18 Thread Stefan Bienert
Hi list! Is there a way to stop automake producing a rule for dvi docs? It just makes my 'distcheck' fail. kind regards, Stefan

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/use

Re: Omit dvi rule

2009-10-20 Thread Stefan Bienert
ction by myself, before...and didn't get it. kind regards, Stefan Ralf Wildenhues wrote: > * 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 >> aut