7 lines
81 B
Bash
7 lines
81 B
Bash
#!/bin/sh
|
|
|
|
libtoolize --force
|
|
automake --add-missing --force-missing
|
|
autoreconf
|
|
|