mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-16 05:54:34 +03:00
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:

committed by
cgzones

parent
37921382f4
commit
84d39f95c6
@ -1,5 +1,3 @@
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
AUTOMAKE_OPTIONS = subdir-objects
|
||||
|
||||
bin_PROGRAMS = htop
|
||||
|
Reference in New Issue
Block a user