📄 configure.in
字号:
dnl mpatroldnl A library for controlling and tracing dynamic memory allocations.dnl Copyright (C) 1997-2002 Graeme S. Roy <graeme.roy@analog.com>dnldnl This library is free software; you can redistribute it and/ordnl modify it under the terms of the GNU Library General Publicdnl License as published by the Free Software Foundation; eitherdnl version 2 of the License, or (at your option) any later version.dnldnl This library 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 the GNUdnl Library General Public License for more details.dnldnl You should have received a copy of the GNU Library General Publicdnl License along with this library; if not, write to the Freednl Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,dnl MA 02111-1307, USA.dnl Process this file with autoconf to produce a configure scriptdnl $Id: configure.in,v 1.12 2002/01/08 20:43:35 graeme Exp $dnl Initialisation.AC_REVISION($Revision: 1.12 $)AC_INIT(src/mpatrol.h)AM_CONFIG_HEADER(configure.h)AM_INIT_AUTOMAKE(mpatrol, 1.4.8)dnl Checks for programs.AC_PROG_CCAM_PROG_LIBTOOLdnl Checks for libraries.dnl Checks for header files.dnl Checks for typedefs, structures, and compiler characteristics.AC_TYPE_OFF_TAC_TYPE_PID_TAC_TYPE_SIZE_TAC_CHECK_TYPE(ptrdiff_t, long)AC_CHECK_SIZEOF(void *, 4)dnl Checks for library functions.AC_FUNC_MMAPAC_FUNC_SETVBUF_REVERSEDAC_CHECK_FUNCS(memalign mincore)dnl Checks for system services.AC_CYGWINAC_EXEEXTAC_OBJEXTAC_PATH_XTRAAM_CONDITIONAL(XSUPPORT, test x$no_x != xyes)dnl Finalisation.AC_OUTPUT(Makefile bin/Makefile doc/Makefile doc/images/Makefile extra/Makefile man/Makefile src/Makefile tsrc/Makefile tools/Makefile)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -