This website requires JavaScript.
Explore
Help
Sign In
zeldon
/
htop
mirror of
https://github.com/xzeldon/htop.git
Watch
1
Star
0
Fork
You've already forked htop
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d1c833fe95
htop
/
autogen.sh
3 lines
55 B
Bash
Raw
Normal View
History
Unescape
Escape
Initial import.
2006-03-04 18:16:49 +00:00
#!/bin/sh
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
2020-09-15 10:10:11 +00:00
autoreconf --force --install --verbose -Wall