1 Star 0 Fork 0

g-system / fk-lucktu-n2n

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
autogen.sh 497 Bytes
一键复制 编辑 原始数据 按行查看 历史
lucktu 提交于 2023-03-15 11:38 . update to v2.8.2
#!/usr/bin/env bash
# NOTE: update version in CMakeLists.txt after changing these
N2N_MAJOR="2"
N2N_MINOR="8"
N2N_PATCH="2"
N2N_VERSION_SHORT="$N2N_MAJOR.$N2N_MINOR.$N2N_PATCH"
cat configure.seed | sed \
-e "s/@N2N_MAJOR@/$N2N_MAJOR/g" \
-e "s/@N2N_MINOR@/$N2N_MINOR/g" \
-e "s/@N2N_PATCH@/$N2N_PATCH/g" \
-e "s/@N2N_VERSION_SHORT@/$N2N_VERSION_SHORT/g" \
> configure.ac
rm -f config.h config.h.in *~ Makefile configure #*
echo "Wait please..."
autoreconf -if
./configure
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/g-system/fk-lucktu-n2n.git
git@gitee.com:g-system/fk-lucktu-n2n.git
g-system
fk-lucktu-n2n
fk-lucktu-n2n
new2

搜索帮助