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

📄 configure

📁 在Linux下实现magnification功能
💻
📖 第 1 页 / 共 5 页
字号:
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then  as_dirname=dirnameelse  as_dirname=falsefiECHO_C= ECHO_N= ECHO_T=case `echo -n x` in-n*)  case `echo 'x\c'` in  *c*) ECHO_T='	';;	# ECHO_T is single tab character.  *)   ECHO_C='\c';;  esac;;*)  ECHO_N='-n';;esacif expr a : '\(a\)' >/dev/null 2>&1 &&   test "X`expr 00001 : '.*\(...\)'`" = X001; then  as_expr=exprelse  as_expr=falsefirm -f conf$$ conf$$.exe conf$$.fileif test -d conf$$.dir; then  rm -f conf$$.dir/conf$$.fileelse  rm -f conf$$.dir  mkdir conf$$.dirfiecho >conf$$.fileif ln -s conf$$.file conf$$ 2>/dev/null; then  as_ln_s='ln -s'  # ... but there are two gotchas:  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.  # In both cases, we have to default to `cp -p'.  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||    as_ln_s='cp -p'elif ln conf$$.file conf$$ 2>/dev/null; then  as_ln_s=lnelse  as_ln_s='cp -p'firm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.filermdir conf$$.dir 2>/dev/nullif mkdir -p . 2>/dev/null; then  as_mkdir_p=:else  test -d ./-p && rmdir ./-p  as_mkdir_p=falsefi# Find out whether ``test -x'' works.  Don't use a zero-byte file, as# systems may use methods other than mode bits to determine executability.cat >conf$$.file <<_ASEOF#! /bin/shexit 0_ASEOFchmod +x conf$$.fileif test -x conf$$.file >/dev/null 2>&1; then  as_executable_p="test -x"else  as_executable_p=:firm -f conf$$.file# Sed expression to map a string onto a valid CPP name.as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"# Sed expression to map a string onto a valid variable name.as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"# Check that we are running under the correct shell.SHELL=${CONFIG_SHELL-/bin/sh}case X$ECHO inX*--fallback-echo)  # Remove one level of quotation (which was required for Make).  ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`  ;;esacecho=${ECHO-echo}if test "X$1" = X--no-reexec; then  # Discard the --no-reexec flag, and continue.  shiftelif test "X$1" = X--fallback-echo; then  # Avoid inline document here, it may be left over  :elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then  # Yippee, $echo works!  :else  # Restart under the correct shell.  exec $SHELL "$0" --no-reexec ${1+"$@"}fiif test "X$1" = X--fallback-echo; then  # used as fallback echo  shift  cat <<EOF$*EOF  exit 0fi# The HP-UX ksh and POSIX shell print the target directory to stdout# if CDPATH is set.(unset CDPATH) >/dev/null 2>&1 && unset CDPATHif test -z "$ECHO"; thenif test "X${echo_test_string+set}" != Xset; then# find a string as large as possible, as long as the shell can cope with it  for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...    if (echo_test_string=`eval $cmd`) 2>/dev/null &&       echo_test_string=`eval $cmd` &&       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null    then      break    fi  donefiif test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&   test "X$echo_testing_string" = "X$echo_test_string"; then  :else  # The Solaris, AIX, and Digital Unix default echo programs unquote  # backslashes.  This makes it impossible to quote backslashes using  #   echo "$something" | sed 's/\\/\\\\/g'  #  # So, first we look for a working echo in the user's PATH.  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR  for dir in $PATH /usr/ucb; do    IFS="$lt_save_ifs"    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&       test "X$echo_testing_string" = "X$echo_test_string"; then      echo="$dir/echo"      break    fi  done  IFS="$lt_save_ifs"  if test "X$echo" = Xecho; then    # We didn't find a better echo, so look for alternatives.    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&       test "X$echo_testing_string" = "X$echo_test_string"; then      # This shell has a builtin print -r that does the trick.      echo='print -r'    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&	 test "X$CONFIG_SHELL" != X/bin/ksh; then      # If we have ksh, try running configure again with it.      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}      export ORIGINAL_CONFIG_SHELL      CONFIG_SHELL=/bin/ksh      export CONFIG_SHELL      exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}    else      # Try using printf.      echo='printf %s\n'      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&	 test "X$echo_testing_string" = "X$echo_test_string"; then	# Cool, printf works	:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&	   test "X$echo_testing_string" = 'X\t' &&	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&	   test "X$echo_testing_string" = "X$echo_test_string"; then	CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL	export CONFIG_SHELL	SHELL="$CONFIG_SHELL"	export SHELL	echo="$CONFIG_SHELL $0 --fallback-echo"      elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&	   test "X$echo_testing_string" = 'X\t' &&	   echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&	   test "X$echo_testing_string" = "X$echo_test_string"; then	echo="$CONFIG_SHELL $0 --fallback-echo"      else	# maybe with a smaller string...	prev=:	for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null	  then	    break	  fi	  prev="$cmd"	done	if test "$prev" != 'sed 50q "$0"'; then	  echo_test_string=`eval $prev`	  export echo_test_string	  exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}	else	  # Oops.  We lost completely, so just stick with echo.	  echo=echo	fi      fi    fi  fififi# Copy echo and quote the copy suitably for passing to libtool from# the Makefile, instead of quoting the original, which is used later.ECHO=$echoif test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then   ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"fitagnames=${tagnames+${tagnames},}CXXtagnames=${tagnames+${tagnames},}F77exec 7<&0 </dev/null 6>&1# Name of the host.# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,# so uname gets run too.ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`## Initializations.#ac_default_prefix=/usr/localac_clean_files=ac_config_libobj_dir=.LIBOBJS=cross_compiling=nosubdirs=MFLAGS=MAKEFLAGS=SHELL=${CONFIG_SHELL-/bin/sh}# Identity of this package.PACKAGE_NAME=PACKAGE_TARNAME=PACKAGE_VERSION=PACKAGE_STRING=PACKAGE_BUGREPORT=ac_unique_file="magnifier/magnifier.c"# Factoring default headers for most tests.ac_includes_default="\#include <stdio.h>#if HAVE_SYS_TYPES_H# include <sys/types.h>#endif#if HAVE_SYS_STAT_H# include <sys/stat.h>#endif#if STDC_HEADERS# include <stdlib.h># include <stddef.h>#else# if HAVE_STDLIB_H#  include <stdlib.h># endif#endif#if HAVE_STRING_H# if !STDC_HEADERS && HAVE_MEMORY_H#  include <memory.h># endif# include <string.h>#endif#if HAVE_STRINGS_H# include <strings.h>#endif#if HAVE_INTTYPES_H# include <inttypes.h>#endif#if HAVE_STDINT_H# include <stdint.h>#endif#if HAVE_UNISTD_H# include <unistd.h>#endif"ac_subst_vars='SHELLPATH_SEPARATORPACKAGE_NAMEPACKAGE_TARNAMEPACKAGE_VERSIONPACKAGE_STRINGPACKAGE_BUGREPORTexec_prefixprefixprogram_transform_namebindirsbindirlibexecdirdatarootdirdatadirsysconfdirsharedstatedirlocalstatedirincludediroldincludedirdocdirinfodirhtmldirdvidirpdfdirpsdirlibdirlocaledirmandirDEFSECHO_CECHO_NECHO_TLIBSbuild_aliashost_aliastarget_aliasGNOME_MAG_CURRENTGNOME_MAG_REVISIONGNOME_MAG_AGELT_VERSION_INFOINSTALL_PROGRAMINSTALL_SCRIPTINSTALL_DATACYGPATH_WPACKAGEVERSIONACLOCALAUTOCONFAUTOMAKEAUTOHEADERMAKEINFOinstall_shSTRIPINSTALL_STRIP_PROGRAMmkdir_pAWKSET_MAKEam__leading_dotAMTARam__taram__untarMAINTAINER_MODE_TRUEMAINTAINER_MODE_FALSEMAINTINTLTOOL_DESKTOP_RULEINTLTOOL_DIRECTORY_RULEINTLTOOL_KEYS_RULEINTLTOOL_PROP_RULEINTLTOOL_OAF_RULEINTLTOOL_PONG_RULEINTLTOOL_SERVER_RULEINTLTOOL_SHEET_RULEINTLTOOL_SOUNDLIST_RULEINTLTOOL_UI_RULEINTLTOOL_XAM_RULEINTLTOOL_KBD_RULEINTLTOOL_XML_RULEINTLTOOL_XML_NOMERGE_RULEINTLTOOL_CAVES_RULEINTLTOOL_SCHEMAS_RULEINTLTOOL_THEME_RULEINTLTOOL_SERVICE_RULEINTLTOOL_EXTRACTINTLTOOL_MERGEINTLTOOL_UPDATEINTLTOOL_PERLINTLTOOL_ICONVINTLTOOL_MSGFMTINTLTOOL_MSGMERGEINTLTOOL_XGETTEXTALL_LINGUASCCCFLAGSLDFLAGSCPPFLAGSac_ct_CCEXEEXTOBJEXTDEPDIRam__includeam__quoteAMDEP_TRUEAMDEP_FALSEAMDEPBACKSLASHCCDEPMODEam__fastdepCC_TRUEam__fastdepCC_FALSEWARN_CFLAGSbuildbuild_cpubuild_vendorbuild_oshosthost_cpuhost_vendorhost_osGREPEGREPLN_SECHOARRANLIBDLLTOOLASOBJDUMPCPPCXXCXXFLAGSac_ct_CXXCXXDEPMODEam__fastdepCXX_TRUEam__fastdepCXX_FALSECXXCPPF77FFLAGSac_ct_F77LIBTOOLGETTEXT_PACKAGEUSE_NLSMSGFMTGMSGFMTXGETTEXTCATALOGSCATOBJEXTDATADIRNAMEGMOFILESINSTOBJEXTINTLLIBSPO_IN_DATADIR_TRUEPO_IN_DATADIR_FALSEPOFILESPOSUBMKINSTALLDIRSOS_WIN32_TRUEOS_WIN32_FALSEms_librarianMS_LIB_AVAILABLE_TRUEMS_LIB_AVAILABLE_FALSEGNOME_MAG_DEBUG_CFLAGSXMKMFX_CFLAGSX_PRE_LIBSX_LIBS

⌨️ 快捷键说明

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