mirror of
https://github.com/xzeldon/htop.git
synced 2024-12-24 23:15:46 +00:00
471cd60635
Make use of the autoreconf tool
4 lines
51 B
Bash
Executable File
4 lines
51 B
Bash
Executable File
#!/bin/sh
|
|
mkdir -p m4
|
|
autoreconf --install --force
|