1 Star 0 Fork 1

pyun132/libev

forked from l4468430/libev 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
configure.ac 411 Bytes
一键复制 编辑 原始数据 按行查看 历史
WeiWen Liu 提交于 2023-06-10 12:50 . udpate libev-4.27
dnl also update ev.h!
AC_INIT([libev], [4.27])
orig_CFLAGS="$CFLAGS"
AC_CONFIG_SRCDIR([ev_epoll.c])
AM_INIT_AUTOMAKE
AC_CONFIG_HEADERS([config.h])
AM_MAINTAINER_MODE
AC_PROG_CC
dnl Supply default CFLAGS, if not specified
if test -z "$orig_CFLAGS"; then
if test x$GCC = xyes; then
CFLAGS="-g -O3"
fi
fi
AC_PROG_INSTALL
AC_PROG_LIBTOOL
m4_include([libev.m4])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/pyun132/libev.git
[email protected]:pyun132/libev.git
pyun132
libev
libev
master

搜索帮助