📄 configure.in
字号:
dnldnl TUN - Universal TUN/TAP device driver.dnl Copyright (C) 1999-2000 Maxim Krasnyansky <max_mk@yahoo.com>dnldnl This program is free software; you can redistribute it and/or modifydnl it under the terms of the GNU General Public License as published bydnl the Free Software Foundation; either version 2 of the License, ordnl (at your option) any later version.dnldnl This program is distributed in the hope that it will be useful,dnl but WITHOUT ANY WARRANTY; without even the implied warranty ofdnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See thednl GNU General Public License for more details.dnldnl $Id: configure.in,v 1.5 2000/05/09 01:58:55 maxk Exp $dnldnl Process this file with autoconf to produce a configure script.dnlAC_INIT()AC_SUBST(OS_DIR)dnl Guess host type.AC_CANONICAL_HOSTAC_CANONICAL_SYSTEMdnl Check for programs.AC_PROG_CCAC_PROG_AWKAC_PROG_INSTALLcase $host_os in *linux*) OS_DIR="linux" ;; *solaris*) OS_DIR="solaris" ;; *freebsd*) OS_DIR="freebsd" ;; *) AC_MSG_ERROR( Unsupported OS ) ;;esac AC_CONFIG_SUBDIRS($OS_DIR)dnl Build release namechangequote(<,>)REL=`echo 'substr($Name,0)$' | tr -d '$: \-' | sed 's/^[A-Za-z]*//' | sed 's/\_/\./'`TUN_VER="$REL `date '+%m/%d/%Y'`"; export TUN_VERchangequote([,])AC_OUTPUT(Makefile)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -