configure.in

来自「cygwin, 著名的在win32下模拟unix操作系统的东东」· IN 代码 · 共 20 行

IN
20
字号
dnl Autoconf configure script for Cygwin's testsuite.dnl Copyright 2000 Red Hat, Inc.dnldnl This file is part of Cygwin.dnldnl This software is a copyrighted work licensed under the terms of thednl Cygwin license.  Please consult the file "CYGWIN_LICENSE" fordnl details.dnldnl Process this file with autoconf to produce a configure script.AC_PREREQ(2.12)AC_INIT(Makefile.in)AC_PROG_CCAC_PROG_CPPAC_CHECK_TOOL(AR,ar)AC_OUTPUT(Makefile)

⌨️ 快捷键说明

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