jellyfish: Syntax error in configure when using autoreconf

2014-10-07 Thread Andreas Tille
Hi, I'm trying to ugrade jellyfish which is maintained here Vcs-Git: git://anonscm.debian.org/debian-med/jellyfish.git I'm using autoreconf and when building the package this leads to ... checking how to hardcode library paths into programs... immediate checking for md5sum... md5sum

Re: jellyfish: Syntax error in configure when using autoreconf

2014-10-07 Thread Ansgar Burchardt
Hi, Andreas Tille andr...@an3as.eu writes: I'm trying to ugrade jellyfish which is maintained here Vcs-Git: git://anonscm.debian.org/debian-med/jellyfish.git I'm using autoreconf and when building the package this leads to ... checking how to hardcode library paths into programs...

Re: jellyfish: Syntax error in configure when using autoreconf

2014-10-07 Thread Jakub Wilk
* Andreas Tille andr...@an3as.eu, 2014-10-07, 22:39: ./configure: line 15474: syntax error near unexpected token `VALGRIND,' ./configure: line 15474: ` PKG_CHECK_MODULES(VALGRIND, valgrind = 1.8.0)' It looks like missing build-dependency on pkg-config. -- Jakub Wilk -- To UNSUBSCRIBE,

Re: jellyfish: Syntax error in configure when using autoreconf

2014-10-07 Thread Andreas Tille
Hi Jakub (and Ansgar) On Tue, Oct 07, 2014 at 10:46:10PM +0200, Jakub Wilk wrote: * Andreas Tille andr...@an3as.eu, 2014-10-07, 22:39: ./configure: line 15474: syntax error near unexpected token `VALGRIND,' ./configure: line 15474: ` PKG_CHECK_MODULES(VALGRIND, valgrind = 1.8.0)' It