📄 configure.in
字号:
dnl Process this file with autoconf to produce a configure script.dnl ====================================================================dnldnl configure.indnldnl Utilsdnldnl ====================================================================dnl###COPYRIGHTBEGIN####dnl dnl ------------------------------------------- dnl The contents of this file are subject to the Red Hat eCos Public License dnl Version 1.1 (the "License"); you may not use this file except in dnl compliance with the License. You may obtain a copy of the License at dnl http://www.redhat.com/ dnl dnl Software distributed under the License is distributed on an "AS IS" dnl basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the dnl License for the specific language governing rights and limitations under dnl the License. dnl dnl The Original Code is eCos - Embedded Configurable Operating System, dnl released September 30, 1998. dnl dnl The Initial Developer of the Original Code is Red Hat. dnl Portions created by Red Hat are dnl Copyright (C) 1998, 1999, 2000 Red Hat, Inc. dnl All Rights Reserved. dnl ------------------------------------------- dnl dnl####COPYRIGHTEND####dnl ====================================================================dnl#####DESCRIPTIONBEGIN####dnldnl Author(s): bartv,jskovdnl Contact(s): jskovdnl Date: 2000/09/15dnl Version: 0.01dnldnl####DESCRIPTIONEND####dnl ====================================================================AC_INIT(eCosStd.cpp)dnl Pick up the support files from the top-level of the source treeAC_CONFIG_AUX_DIR(../../..)dnl Other standard options.AC_CANONICAL_HOSTAM_INIT_AUTOMAKE(libutils, 0.1)AM_MAINTAINER_MODEdnl Other standard options.AC_PROG_MAKE_SETAC_PROG_CCAC_PROG_CXXAC_PROG_RANLIBAC_OBJEXTAC_EXEEXTCYG_AC_PROG_MSVCCYG_AC_PROG_STANDARD_COMPILER_FLAGSAC_OUTPUT(Makefile)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -