1 Star 0 Fork 35

jiefangsun/third_party_mtdev

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
configure.ac 574 Bytes
一键复制 编辑 原始数据 按行查看 历史
mamingshuai 提交于 2021-06-02 00:34 . update OpenHarmony 2.0 Canary
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([Multitouch Protocol Translation Library],
[1.1.6],
[],
[mtdev])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR([config-aux])
# Initialize Automake
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_SILENT_RULES([yes])
LIB_VERSION=1:0:0
AC_SUBST([LIB_VERSION])
# Initialize libtool
AC_PROG_LIBTOOL
# Checks for programs.
AC_PROG_CC
AC_PROG_INSTALL
AC_CONFIG_FILES([Makefile
src/Makefile
test/Makefile
mtdev.pc])
AC_OUTPUT
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jiefangsun/third_party_mtdev.git
git@gitee.com:jiefangsun/third_party_mtdev.git
jiefangsun
third_party_mtdev
third_party_mtdev
master

搜索帮助