Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
autogen.sh 112 Bytes
Copy Edit Raw Blame History
liushuo authored 2010-08-05 11:12 . Add a script file for building.
#!/bin/sh -x
#aclocal
#autoheader
#libtoolize --copy --force
#automake-1.9 -acf
#autoconf
autoreconf -i -f -v
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化