Page 1 of 1

configure script dies

Posted: 2014-08-21T14:48:49-07:00
by _tk_
On NetBSD with /bin/sh, the configure script of ImageMagick-6.8.9-7 does not finish running. It stops with:

Code: Select all

./configure: 28988: Syntax error: Bad substitution
I've identified this line to be the culprit:

Code: Select all

LIBS=${LIBS/-ldjvulibre/}
If I remove it, the configure script finishes successfully.
I guess you'll need to run ${LIBS} through sed or something similar if you want a portable replacement.

Re: configure script dies

Posted: 2014-08-21T15:48:40-07:00
by magick
We can reproduce the problem you posted and have a patch in ImageMagick 6.8.9-8 Beta, available by sometime tomorrow. Thanks.