mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-13 12:44: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,3 +1,2 @@
|
||||
#!/bin/sh
|
||||
mkdir -p m4
|
||||
autoreconf --install --force
|
||||
autoreconf --force --install --verbose -Wall
|
||||
|
Reference in New Issue
Block a user