8 lines
90 B
Bash
8 lines
90 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
libtoolize --copy --force
|
||
|
aclocal
|
||
|
autoheader
|
||
|
automake -a -c --foreign
|
||
|
autoconf
|