mirror of
https://github.com/xzeldon/htop.git
synced 2024-12-25 15:25:45 +00:00
84d39f95c6
- 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
3 lines
55 B
Bash
Executable File
3 lines
55 B
Bash
Executable File
#!/bin/sh
|
|
autoreconf --force --install --verbose -Wall
|