1 Star 0 Fork 0

Embedded lib/libmodbus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
autogen.sh 558 Bytes
一键复制 编辑 原始数据 按行查看 历史
#! /bin/sh
do_symlink=
if ln -s autogen-symlink-test autogen-symlink-test-link > /dev/null 2>&1; then
do_symlink=--symlink
rm autogen-symlink-test-link
fi
if autoreconf --install $do_symlink --force; then
echo
echo "------------------------------------------------------"
echo "Initialized build system. You can now run ./configure "
echo "------------------------------------------------------"
echo
else
s="$?"
echo
echo "--------------------------"
echo "Running autoreconf failed."
echo "--------------------------"
echo
exit "$s"
fi
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/embedded-lib/libmodbus.git
git@gitee.com:embedded-lib/libmodbus.git
embedded-lib
libmodbus
libmodbus
master

搜索帮助