autotools: enable warnings and cleanup

- enable warnings in autogen script
- drop unused m4/ directory usage
- drop AC_TYPE_SIGNAL:
  C99 guarantees the signal return type to be void
- drop AC_CHECK_FILE of procdir:
  most of the time compilation is done on a different system than htop is run
  and there is a runtime check in place
- improve linux_affinity corss compile logic:
  use fourth argument instead of pre-test
This commit is contained in:
Christian Göttsche
2020-09-15 12:10:11 +02:00
committed by cgzones
parent 37921382f4
commit 84d39f95c6
3 changed files with 4 additions and 15 deletions

View File

@ -1,3 +1,2 @@
#!/bin/sh
mkdir -p m4
autoreconf --install --force
autoreconf --force --install --verbose -Wall