configure.ac

来自「very famous terminal, i use it test cli 」· AC 代码 · 共 31 行

AC
31
字号
#                                               -*- Autoconf -*-# Process this file with autoconf to produce a configure script.# $Id: configure.ac,v 1.1 2006/04/05 10:55:47 julienlecomte Exp $AC_PREREQ([2.59])AC_INIT([mShell], [1.1], [julienlecomte@users.sourceforge.net])AC_COPYRIGHT([Copyright (c) 2006, mShell project])AC_REVISION ([$Revision: 1.1 $])AC_CONFIG_SRCDIR( [support/install-sh])AC_CONFIG_AUX_DIR([support])AC_CONFIG_HEADER( [config.h])# Initialize automakeAC_CANONICAL_HOSTAM_INIT_AUTOMAKE([no-dependencies])AM_MAINTAINER_MODE# Checks for programs.AC_PROG_CC# FIXME, windres support sucks in autotools ;-)AC_CHECK_TOOL([RC], [windres])AC_ARG_VAR([RC],      [RC compiler command])dnlAC_ARG_VAR([RCFLAGS], [RC compiler flags])dnlAC_SUBST([AM_RCFLAGS])# Checks for typedefs, structures, and compiler characteristics.# Output some filesAC_CONFIG_FILES([Makefile src/Makefile])AC_OUTPUT

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?