configure script dies
Posted: 2014-08-21T14:48:49-07:00
On NetBSD with /bin/sh, the configure script of ImageMagick-6.8.9-7 does not finish running. It stops with:
I've identified this line to be the culprit:
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.
Code: Select all
./configure: 28988: Syntax error: Bad substitution
Code: Select all
LIBS=${LIBS/-ldjvulibre/}
I guess you'll need to run ${LIBS} through sed or something similar if you want a portable replacement.