configure script dies

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
_tk_
Posts: 6
Joined: 2014-04-26T13:29:09-07:00
Authentication code: 6789

configure script dies

Post 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.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: configure script dies

Post 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.
Post Reply