mirror of
https://github.com/cryb-to/cryb-otp.git
synced 2024-11-08 14:45:39 +00:00
7 lines
96 B
Bash
Executable file
7 lines
96 B
Bash
Executable file
#!/bin/sh
|
|
|
|
libtoolize --copy --force
|
|
aclocal -I m4
|
|
autoheader
|
|
automake -a -c --foreign
|
|
autoconf
|