mirror of
https://github.com/xzeldon/htop.git
synced 2024-12-24 23:15:46 +00:00
10 lines
103 B
Bash
Executable File
10 lines
103 B
Bash
Executable File
#!/bin/sh
|
|
|
|
aclocal -I m4
|
|
autoconf
|
|
autoheader
|
|
libtoolize --copy --force
|
|
automake --add-missing --copy
|
|
|
|
|