mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-14 01:35:40 +00:00
7 lines
117 B
Bash
Executable file
7 lines
117 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
libtoolize --copy --force
|
|
aclocal -I m4
|
|
autoheader
|
|
automake --add-missing --copy --foreign
|
|
autoconf
|