3 Star 3 Fork 0

Gitee 极速下载/stormfs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/benlemasurier/stormfs
克隆/下载
configure.ac 443 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ben LeMasurier 提交于 2014-02-26 04:26 +08:00 . merged pull req #12 and #17
AC_INIT(stormfs, [0.03])
AM_INIT_AUTOMAKE
AC_CONFIG_HEADER(config.h)
AC_CONFIG_SRCDIR(src/stormfs.c)
AC_PROG_CC
AM_PROG_CC_C_O
CFLAGS="$CFLAGS -Wall -W -Wno-unused-parameter -std=c99 -pedantic"
PKG_CHECK_MODULES([FUSE], [fuse >= 2.8.3])
PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.22.5])
PKG_CHECK_MODULES([GTHREAD], [gthread-2.0])
PKG_CHECK_MODULES([CURL], [libcurl >= 7.16.0])
AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile])
AC_OUTPUT
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/mirrors/stormfs.git
git@gitee.com:mirrors/stormfs.git
mirrors
stormfs
stormfs
master

搜索帮助