1 Star 0 Fork 21

董森浩/third_party_ntfs-3g_1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
autogen.sh 866 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/sh
# Run this to generate configure, Makefile.in's, etc
(autoreconf --version) < /dev/null > /dev/null 2>&1 || {
(autoconf --version) < /dev/null > /dev/null 2>&1 || {
echo
echo "**Error**: You must have the GNU Build System (autoconf, automake, "
echo "libtool, etc) to update the ntfs-3g build system. Download the "
echo "appropriate packages for your distribution, or get the source "
echo "tar balls from ftp://ftp.gnu.org/pub/gnu/."
exit 1
}
echo
echo "**Error**: Your version of autoconf is too old (you need at least 2.57)"
echo "to update the ntfs-3g build system. Download the appropriate "
echo "updated package for your distribution, or get the source tar ball "
echo "from ftp://ftp.gnu.org/pub/gnu/."
exit 1
}
echo Running autoreconf --verbose --install --force
autoreconf --verbose --install --force
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dong-senhao/third_party_ntfs-3g_1.git
git@gitee.com:dong-senhao/third_party_ntfs-3g_1.git
dong-senhao
third_party_ntfs-3g_1
third_party_ntfs-3g_1
master

搜索帮助