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

📄 configure.in

📁 harvest是一个下载html网页得机器人
💻 IN
字号:
dnl Process this file with autoconf to produce a configure script.AC_INITAC_CONFIG_SRCDIR([acconfig.h])AC_PREFIX_DEFAULT(/usr/local/harvest)dnl Checks for programs.AC_PROG_CCAC_C_BIGENDIANAC_PROG_INSTALLdnl Disable TCL code.enable_wordview=noif test "$enable_wordview" != "no" ;thenAC_ARG_WITH(wish,[  --with-wish=fullpath	  allows to specify full path for Tk interpreter to			  avoid checking, which requires X],WISH=$withval,[AC_PATH_PROGS(WISH,wish wish8.0 wish4.2 wish8.1)if test -n "$WISH"; thenAC_CACHE_CHECK(checking if wish version is 7.6 or above ,GOOD_WISH,changequote(<<,>>)dnl<<changequote(<<,>>)dnl>><<echo 'if {[info tclversion]>=7.6} { puts -nonewline "yes"} else { puts -nonewline "no"}exit'>tmp$$.tclGOOD_WISH=`$WISH tmp$$.tcl`rm tmp$$.tcl >><<changequote([, ])dnl>>changequote([, ])dnl)if test "$GOOD_WISH" != yes; thenenable_wordview=nofifi])fiAC_ARG_WITH(install-root,[  --with-install-root=path			   allows to install catdoc into other directory			   than compilied-in path points to],installroot=$withval,)replsuffix=.replcharsspecsuffix=.speccharstargetcharset=koi8-rsourcecharset=cp1251AC_ARG_WITH(input,[  --with-input=charset 	   set default charset to expect in 8-bit word files],sourcecharset=$withval,sourcecharset=cp1251)AC_ARG_WITH(output,[  --with-output=charset	   set default charset to output],targetcharset=$withval,targetcharset=koi8-r)if test "$targetcharset" = "utf-8"; thencharsetcheck="$sourcecharset.txt"elsecharsetcheck="$sourcecharset.txt $targetcharset.txt"fiAC_ARG_ENABLE(charset-check,[  --disable-charset-check  allow make in charsets directory to succeed			   even if files for default charsets are not found],[if test "$enable_charset_check" = no;then charsetcheck=""fi])test -z "$manext" && manext=.1test -z "$man1dir" && man1dir=\${prefix}/man/man1installtargets="install-catdoc"buildtargets="catdoc xls2csv"if test -n "$WISH"; thenAC_ARG_ENABLE(wordview,[  --disable-wordview	   Do not install tcl-tk wrapper],[if test "$enable_wordview" = no; then  installtargets=install-catdoc  buildtargets="catdoc xls2csv"fi],)fidnl Checks for libraries.dnl Checks for header files.AC_HEADER_STDCAC_CHECK_HEADERS(unistd.h)dnl Checks for typedefs, structures, and compiler characteristics.AC_C_CONSTdnl Checks for library functions.AC_FUNC_SETVBUF_REVERSEDAC_CHECK_FUNCS(strdup strtol)AC_SUBST(specsuffix)AC_SUBST(replsuffix)AC_SUBST(buildtargets)AC_SUBST(installtargets)AC_SUBST(targetcharset)AC_SUBST(sourcecharset)AC_SUBST(man1dir)AC_SUBST(manext)AC_SUBST(charsetcheck)AC_SUBST(installroot)AC_SUBST(WORDS_BIGENDIAN)AC_CONFIG_FILES([doc/Makefile charsets/Makefile src/Makefile Makefile])AC_OUTPUT

⌨️ 快捷键说明

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