8 строки
111 B
Bash
8 строки
111 B
Bash
|
# autogen.sh - creates configure scripts and more
|
||
|
# requires autoconf
|
||
|
|
||
|
aclocal
|
||
|
autoheader
|
||
|
automake -a
|
||
|
autoconf
|