7 lines
111 B
Bash
Executable file
7 lines
111 B
Bash
Executable file
#!/bin/sh
|
|
|
|
libtoolize --copy --force
|
|
aclocal -I m4
|
|
autoheader
|
|
automake --add-missing --copy --foreign
|
|
autoconf
|