3 Star 0 Fork 0

mirrors_linuxdeepin/os-autoinst

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
configure.ac 992 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Process this file with autoconf to create configure.
AC_PREREQ([2.65])
# ====================
# Version informations
# ====================
m4_define([autoinst_version_major],[1])
m4_define([autoinst_version_minor],[1])
m4_define([autoinst_version_micro],[0])
m4_define([autoinst_version],[autoinst_version_major.autoinst_version_minor.autoinst_version_micro])
# =============
# Automake init
# =============
AC_INIT([os-autoinst],[autoinst_version],[https://gitorious.org/os-autoinst])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.11 foreign dist-xz])
AM_SILENT_RULES([yes])
# ===============
# Basic app check
# ===============
AC_PROG_CXX
AC_PROG_LIBTOOL
AC_PROG_MKDIR_P
PKG_PROG_PKG_CONFIG([0.20])
AC_MSG_CHECKING([perl CFLAGS])
PERL_CFLAGS=`perl -MExtUtils::Embed -e ccopts`
AC_MSG_RESULT([$PERL_CFLAGS])
AC_SUBST([PERL_CFLAGS])
PKG_CHECK_MODULES([OPENCV], [opencv >= 2.4])
PKG_CHECK_MODULES([THEORAENC], [theoraenc >= 1.1])
AC_CONFIG_FILES([
Makefile
t/Makefile
])
AC_OUTPUT
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_linuxdeepin/os-autoinst.git
git@gitee.com:mirrors_linuxdeepin/os-autoinst.git
mirrors_linuxdeepin
os-autoinst
os-autoinst
master

搜索帮助