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