⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 configure.in

📁 R 树
💻 IN
字号:
dnldnl configure.in for HnSRTreednl Copyright (C) 1997 Norio Katayamadnldnl 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., 675 Mass Ave, Cambridge, MA 02139, USA.dnldnl $Id: configure.in,v 1.5 1997/06/02 11:34:43 katayama Exp $dnlAC_REVISION($Revision: 1.5 $)AC_INIT(HnObject/HnObject.cc)AC_CONFIG_HEADER(config.h)CPPFLAGS="$CPPFLAGS -I\$(top_srcdir)/include"dnl Checks for programs.AC_PROG_CCif test "$GCC" = yes; then	CFLAGS="$CFLAGS -Wall"fiAC_PROG_CXXif test "$GXX" = yes; then	CXXFLAGS="$CXXFLAGS -Wall"fiAC_PROG_INSTALLAC_PROG_RANLIBAC_CHECK_PROGS(PERL, perl, no)AC_SUBST(PERL)if test "$PERL" = no; then	AC_MSG_ERROR([cannot find 'perl'])fiAC_PATH_PROGS(PERL_PATH, perl, no)AC_SUBST(PERL_PATH)if test "$PERL_PATH" = no; then	AC_MSG_ERROR([cannot find 'perl'])fidnl Checks for libraries.AC_CHECK_LIB(m, sqrt)dnl Checks for header files.AC_HEADER_STDCAC_CHECK_HEADERS(nan.h)dnl Checks for typedefs, structures, and compiler characteristics.AC_TYPE_OFF_TAC_TYPE_SIZE_Tdnl Checks for library functions.AC_CHECK_FUNCS(memmove strerror)AC_OUTPUT(Makefile          include/Makefile	  HnObject/Makefile 	  HnRect/Makefile          HnSRTree/Makefile          lib/Makefile          c++-samples/Makefile          c-samples/Makefile,[# Makefile uses this timestamp file to record whether config.h is up to date.echo 'configure.in translit($Revision: 1.5 $, $")' > stamp-h])

⌨️ 快捷键说明

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