1 Star 0 Fork 0

rich/开机画面

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
configure.ac 331 Bytes
一键复制 编辑 原始数据 按行查看 历史
Richard Leitner 提交于 2016-04-14 12:58 . configure: add -Wextra GCC flag
AC_PREREQ(2.53)
AC_INIT(psplash, 0.1, [http://bugzilla.o-hand.com/enter_bug.cgi?product=psplash])
AM_INIT_AUTOMAKE()
AC_CONFIG_SRCDIR(psplash.c)
AM_CONFIG_HEADER(config.h)
AC_ISC_POSIX
AC_PROG_CC
AC_STDC_HEADERS
if test "x$GCC" = "xyes"; then
GCC_FLAGS="-g -Wall -Wextra"
fi
AC_SUBST(GCC_FLAGS)
AC_OUTPUT([
Makefile
])
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/rich-embed/psplash_rich.git
git@gitee.com:rich-embed/psplash_rich.git
rich-embed
psplash_rich
开机画面
master

搜索帮助