6 Star 9 Fork 8

狸猫草上飞 / SV-Protector

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
configure.in 755 Bytes
一键复制 编辑 原始数据 按行查看 历史
狸猫草上飞 提交于 2016-05-20 23:56 . netlink
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.63)
AC_INIT(framework, 0.0.1, 55121593@qq.com)
AC_CONFIG_SRCDIR
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(framework, 0.0.1)
# Checks for programs.
AC_PROG_CC(gcc)
# Checks for libraries.
# FIXME: Replace `main' with a function in `-ldl':
# Checks for header files.
AC_CHECK_HEADERS(arpa/inet.h fcntl.h float.h limits.h netdb.h netinet/in.h stdlib.h string.h sys/socket.h)
AC_PROG_RANLIB
# Checks for typedefs, structures, and compiler characteristics.
# Checks for library functions.
AC_CHECK_FUNCS(floor gethostbyname memset munmap pow socket strchr strstr)
AC_CONFIG_SUBDIRS
AC_OUTPUT( service/Makefile)
C
1
https://gitee.com/athsower/SV-Protector.git
git@gitee.com:athsower/SV-Protector.git
athsower
SV-Protector
SV-Protector
master

搜索帮助