mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-03 04:27:44 +08:00
11 lines
116 B
Bash
Executable File
11 lines
116 B
Bash
Executable File
#!/bin/sh
|
|
|
|
touch ./INSTALL
|
|
|
|
echo n | libtoolize --copy --force
|
|
aclocal
|
|
autoconf
|
|
autoheader
|
|
automake --add-missing
|
|
|