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

📄 configure.in

📁 libiconv是一个很不错的字符集转换库。程序接口也很简单
💻 IN
字号:
dnl Copyright (C) 2000-2003 Free Software Foundation, Inc.dnl This file is part of the GNU CHARSET Library.dnldnl The GNU CHARSET Library is free software; you can redistribute it and/ordnl modify it under the terms of the GNU Library General Public License asdnl published by the Free Software Foundation; either version 2 of thednl License, or (at your option) any later version.dnldnl The GNU CHARSET 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 Public Licensednl along with the GNU CHARSET Library; see the file COPYING.LIB.  If not,dnl write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,dnl Boston, MA 02111-1307, USA.AC_PREREQ(2.13)PACKAGE=libcharsetVERSION=1.2AC_INIT(lib/localcharset.c)AC_CONFIG_AUX_DIR(autoconf)AC_CONFIG_HEADER(config.h)AC_PROG_MAKE_SETAC_SUBST(PACKAGE)AC_SUBST(VERSION)dnl           installation directoriesdnl Prefer modern Filesystem Hierarchy Standard over antiquated GNU standards.test "$mandir" != '${prefix}/man' || mandir='${datadir}/man'dnl           checks for basic programsAC_PROG_CCAC_PROG_CPPAC_PROG_GCC_TRADITIONALAC_PROG_INSTALLdnl           check for host typeAC_CANONICAL_HOSTdnl           checks for installer optionsAC_RELOCATABLE_LIBRARYdnl           checks for programsdnl           checks for UNIX variants that set DEFSAC_AIXAC_MINIXAC_ISC_POSIXdnl           checks for compiler output filename suffixesAC_OBJEXTAC_EXEEXTdnl           check for build configurationAC_LIBTOOL_WIN32_DLLAC_PROG_LIBTOOLdnl           checks for header files and functionsAM_LANGINFO_CODESETjm_GLIBC21AC_CHECK_HEADERS(stddef.h stdlib.h string.h)AC_CHECK_FUNCS(setlocale)AC_OUTPUT(Makefile lib/Makefile)

⌨️ 快捷键说明

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