tl-parser icon indicating copy to clipboard operation
tl-parser copied to clipboard

Fix typos, remove broken unused "build" system

Open BenWiederhake opened this issue 9 years ago • 4 comments

Credits go to the authors of codespell. Note that codespell also complains about curch, which stands for "current character", and thus probably should have been named cur_ch

BenWiederhake avatar Oct 24 '15 11:10 BenWiederhake

Removing the build system looks like a harsh step, but please note that it is utterly broken:

  • Wrong support for libexecinfo on *BSD
  • Makefile doesn't remove config.h
  • m4-ax_gcc_builtin.m4 isn't needed anymore, as it doesn't use bswap anymore
  • Makefile and config.h are NEVER read anyway when used with tgl

The last point makes the "build system" utterly pointless, as it is never executed anyway. In order to preventus from having out very own EVP_CHECK_DES_KEY incident, this "feature" really should be removed.

BenWiederhake avatar Dec 03 '15 10:12 BenWiederhake

Is there anything from preventing this to be merged?

BenWiederhake avatar Jan 02 '16 15:01 BenWiederhake

Is there anything that prevents this from be merged? Can I do something to help?

BenWiederhake avatar Feb 29 '16 17:02 BenWiederhake