📄 configure.in
字号:
# $Id: configure.in,v 1.2 2001/12/17 17:20:42 shadrack Exp $# Copyright 1999, 2000 Scott Thomas Haug <eldamitri@users.sourceforge.net># # This file is free software; as a special exception the author gives# unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved.# # This program is distributed in the hope that it will be useful, but# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.# require autoconf 2.13AC_PREREQ(2.13)# init autoconf (and check for presence of reconf)AC_INIT(reconf)VERSION=1.1.3PACKAGE=zlibAM_INIT_AUTOMAKE($PACKAGE,$VERSION)AM_CONFIG_HEADER(config.h)dnl Initialize libtoolAC_PROG_LIBTOOLdnl Initialize maintainer modeAM_MAINTAINER_MODE#AC_CANONICAL_HOSTdnl Checks for programsAC_PROG_CXXAC_PROG_CXXCPPAC_PROG_RANLIBAC_PROG_INSTALLdnl Checks for header files.AC_HEADER_STDCAC_HAVE_HEADERS(unistd.h errno.h)dnldnl Checks with local macrosdnlAC_OUTPUT( \ Makefile \ src/Makefile \ prj/Makefile \ include/Makefile \ lib/Makefile \)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -