mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-12 17:08:39 -09:00
7 lines
111 B
Bash
Executable file
7 lines
111 B
Bash
Executable file
# autogen.sh - creates configure scripts and more
|
|
# requires autoconf
|
|
|
|
aclocal
|
|
autoheader
|
|
automake -a
|
|
autoconf
|