8 lines
87 B
Plaintext
8 lines
87 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
libtoolize -f -c
|
||
|
aclocal
|
||
|
autoheader -f
|
||
|
autoconf
|
||
|
automake -a --foreign -f -c
|