mirror of
https://gitee.com/lionsoul/friso.git
synced 2024-11-29 09:48:09 +08:00
714dce4a75
Signed-off-by: Kentaro Hayashi <kenhys@gmail.com>
8 lines
124 B
Bash
Executable File
8 lines
124 B
Bash
Executable File
#!/bin/sh
|
|
mkdir -p m4
|
|
libtoolize --force --copy
|
|
aclocal --force --install
|
|
autoheader
|
|
automake --add-missing --copy
|
|
autoconf
|