7 lines
97 B
Bash
7 lines
97 B
Bash
|
#!/bin/sh
|
||
|
aclocal -I m4
|
||
|
autoheader
|
||
|
libtoolize -f -c --automake
|
||
|
automake --foreign -c -a
|
||
|
autoconf
|