7 Star 0 Fork 2

leegoobin/GitBlocks

forked from 盲大人/GitBlocks 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
configure.ac 961 Bytes
一键复制 编辑 原始数据 按行查看 历史
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
AC_INIT(GitBlocks, 0.7.3, [email protected])
AM_INIT_AUTOMAKE([subdir-objects])
AC_CONFIG_HEADERS([config.h])
# Checks for programs.
AC_PROG_LIBTOOL
AC_PROG_CXX
# Checks for libraries & headers.
LT_INIT([dlopen])
WX_CFLAGS=`wx-config --version=3.0 --cflags`
WX_LIBS=`wx-config --version=3.0 --libs`
AC_SUBST(WX_CFLAGS)
AC_SUBST(WX_LIBS)
PKG_CHECK_MODULES([CB], [codeblocks])
AC_SUBST(CB_CFLAGS)
AC_SUBST(CB_LIBS)
cb_plugin_datadir="`$PKG_CONFIG codeblocks --variable sharedir`/codeblocks/"
cb_plugin_libdir="`$PKG_CONFIG codeblocks --variable libdir`/codeblocks/plugins/"
AC_SUBST([cb_plugin_datadir])
AC_SUBST([cb_plugin_libdir])
# Checks for typedefs, structures, and compiler characteristics.
AC_CHECK_HEADER_STDBOOL
# Checks for library functions.
AC_CONFIG_FILES([Makefile])
AC_OUTPUT
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/uesoft/GitBlocks.git
[email protected]:uesoft/GitBlocks.git
uesoft
GitBlocks
GitBlocks
master

搜索帮助