ImageMagick / ImageMagick6

🧙‍♂️ ImageMagick 6
https://legacy.imagemagick.org
Other
194 stars 80 forks source link

delete stray incorrect Unicode characters #312

Closed timoteostewart closed 4 months ago

timoteostewart commented 4 months ago

Prerequisites

Description

See below for output of running configure. I saw the unusual command not found errors. I looked at the lines indicated and discovered some odd Unicode characters. I replaced the octal characters \357\277\274 (in hex: \xEF\xBF\xBC), with spaces in my local copy of configure, and ran it again. This seemed to resolve the problem.

From my limited exploration of where these characters came from, it looks like they were introduced in commit 119eb49 into lines 31599 and 31600 (as they were back then).

@urban-warrior

-------------------------------------------------------------
checking for JBIG...
checking for jbig.h... yes
checking for jbg_dec_init in -ljbig... yes
checking if JBIG package is complete... yes
-------------------------------------------------------------
checking for JPEG...
checking for libjpeg >= 2.0.0... yes
./configure: line 31540: $'\357\277\274': command not found
./configure: line 31541: $'\357\277\274': command not found
checking for jconfig.h... yes
checking for jerror.h... yes
checking for jmorecfg.h... yes
checking for jpeglib.h... yes
checking for jpeg_read_header in -ljpeg... yes
checking if JPEG package is complete... yes
-------------------------------------------------------------
checking for lcms2 >= 2.0.0... yes

checking for lcms2/lcms2.h... no
-------------------------------------------------------------