mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-15 02:05:40 +00:00
10 lines
109 B
Bash
Executable file
10 lines
109 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# $Cryb$
|
|
#
|
|
|
|
libtoolize --copy --force
|
|
aclocal -I m4
|
|
autoheader
|
|
automake -a -c --foreign
|
|
autoconf
|