8 строки
111 B
Bash
Исполняемый файл
8 строки
111 B
Bash
Исполняемый файл
# autogen.sh - creates configure scripts and more
|
|
# requires autoconf
|
|
|
|
aclocal
|
|
autoheader
|
|
automake -a
|
|
autoconf
|