1 Star 0 Fork 0

Jesse.Ding/gensio

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
reconf 239 Bytes
一键复制 编辑 原始数据 按行查看 历史
Corey Minyard 提交于 2023-07-20 10:05 . Fix libtoolize on macos
#!/bin/sh
# If you get this code and you don't have a configure, you can run this
# script to create the build infrastructure.
case `uname` in
Darwin*) glibtoolize ;;
*) libtoolize ;;
esac
aclocal
autoconf
autoheader
automake -a
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bluewind/gensio.git
git@gitee.com:bluewind/gensio.git
bluewind
gensio
gensio
master

搜索帮助