7 Star 1 Fork 1

xy_god / XBase

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
configure.ac 608 Bytes
一键复制 编辑 原始数据 按行查看 历史
xy_god 提交于 2015-01-15 08:34 . 添加了完整的Makefile机制。
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
AC_INIT([XBase], [0.01], [xy_god@thesct.net])
AM_INIT_AUTOMAKE(XBase, 0.01)
AC_CONFIG_SRCDIR([main.c])
AC_CONFIG_HEADERS([config.h])
# Checks for programs.
AC_PROG_CC
# Checks for libraries.
AC_PROG_RANLIB
# Checks for header files.
AC_CHECK_HEADERS([stdlib.h])
# Checks for typedefs, structures, and compiler characteristics.
AC_TYPE_SIZE_T
# Checks for library functions.
AC_FUNC_MALLOC
#AC_CONFIG_FILES([Makefile])
AC_OUTPUT(Makefile xbase/Makefile)
C
1
https://gitee.com/thesct/XBase.git
git@gitee.com:thesct/XBase.git
thesct
XBase
XBase
master

搜索帮助