1 Star 0 Fork 0

Tianjia Zhang / hello

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
configure.ac 540 Bytes
一键复制 编辑 原始数据 按行查看 历史
Tianjia Zhang 提交于 2014-09-29 23:54 . first commit
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.62])
AC_INIT([hello], [0.0.1], [77389867@qq.com])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_SRCDIR([hello.c])
AC_CONFIG_HEADERS([config.h])
# Checks for programs.
AC_PROG_CC
# Checks for libraries.
# Checks for header files.
# Checks for typedefs, structures, and compiler characteristics.
# Checks for library functions.
AC_CONFIG_FILES([Makefile])
AC_OUTPUT
C
1
https://gitee.com/uudiin/hello.git
git@gitee.com:uudiin/hello.git
uudiin
hello
hello
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891