mirror of
https://gitee.com/lionsoul/friso.git
synced 2024-11-29 17:57:38 +08:00
8 lines
124 B
Bash
8 lines
124 B
Bash
|
#!/bin/sh
|
||
|
mkdir -p m4
|
||
|
libtoolize --force --copy
|
||
|
aclocal --force --install
|
||
|
autoheader
|
||
|
automake --add-missing --copy
|
||
|
autoconf
|