tl-parser
tl-parser copied to clipboard
Fix typos, remove broken unused "build" system
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
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.
Is there anything from preventing this to be merged?
Is there anything that prevents this from be merged? Can I do something to help?