5 Star 6 Fork 6

Gitee 极速下载 / GoogleAuth

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/wstrange/GoogleAuth
克隆/下载
configure.ac 624 Bytes
一键复制 编辑 原始数据 按行查看 历史
Enrico M. Crisostomo 提交于 2019-10-23 11:00 . Bump v. 1.5.0-SNAPSHOT
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
AC_INIT([GoogleAuth], [1.5.0-SNAPSHOT], [enrico.m.crisostomo@gmail.com])
AC_CONFIG_AUX_DIR([config])
# Initialize Automake
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects no-dist-gzip dist-zip])
AM_SILENT_RULES([yes])
# Checks for programs.
# Checks for libraries.
# Checks for header files.
# Checks for typedefs, structures, and compiler characteristics.
# Checks for library functions.
AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([doc/Makefile])
AC_OUTPUT
Java
1
https://gitee.com/mirrors/GoogleAuth.git
git@gitee.com:mirrors/GoogleAuth.git
mirrors
GoogleAuth
GoogleAuth
master

搜索帮助