hanwen/mftrace

Two little buglets remaining...

Opened this issue · 2 comments

Hi Han-Wen,

Just updating the Debian package, and stumbled across two little bugs in the new version:

  • GNUMakefile.in uses "echo -e" to generate the version.texi file. Unfortunately, that doesn't work correctly with all shells, and may result in "-e" appearing at the top of the README.txt file. Better is to replace "echo -e" with "printf".
  • The VERSION setting in configure.in needs to be updated.

Best wishes,

Julian

One more packaging bug while you're at it: gf2pbm.1 needs to be added to FILES in GNUMakefile.in so that it gets distributed as part of make dist.

(Pending fix: #14)