The shell scripts (see below) that come with release 6b (jpegsr6.zip) are all in DOS format, therefore if someone tries to compile it on a UNIX box (e.g. Linux) the following error message will immediately appear:
: bad interpreter: No such file or directory
The solution is convert the scripts to UNIX format via a utility like dos2unix:
$ dos2unix config* install-sh lt*
After the command above the usual ./configure should work as expected.
Anonymous
This SourceForge project is a dead project. Use the tar.gz file if you want Unix line terminations.