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

📄 configure

📁 linux 下的源代码分析阅读器 red hat公司新版
💻
📖 第 1 页 / 共 4 页
字号:
  GCC=yes  if test "${CFLAGS+set}" != set; then    echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&4if eval "test \"`echo '${'ac_cv_prog_gcc_g'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&4else  echo 'void f(){}' > conftest.cif test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then  ac_cv_prog_gcc_g=yeselse  ac_cv_prog_gcc_g=nofirm -f conftest*fi    echo "$ac_t""$ac_cv_prog_gcc_g" 1>&4    if test $ac_cv_prog_gcc_g = yes; then      CFLAGS="-g -O"    else      CFLAGS="-O"    fi  fielse  GCC=  test "${CFLAGS+set}" = set || CFLAGS="-g"fifor ac_prog in $CCC c++ g++ gcc CC cxxdo# Extract the first word of "$ac_prog", so it can be a program name with args.set dummy $ac_prog; ac_word=$2echo $ac_n "checking for $ac_word""... $ac_c" 1>&4if eval "test \"`echo '${'ac_cv_prog_CXX'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&4else  if test -n "$CXX"; then  ac_cv_prog_CXX="$CXX" # Let the user override the test.else  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:"  for ac_dir in $PATH; do    test -z "$ac_dir" && ac_dir=.    if test -f $ac_dir/$ac_word; then      ac_cv_prog_CXX="$ac_prog"      break    fi  done  IFS="$ac_save_ifs"fifiCXX="$ac_cv_prog_CXX"if test -n "$CXX"; then  echo "$ac_t""$CXX" 1>&4else  echo "$ac_t""no" 1>&4fitest -n "$CXX" && breakdonetest -n "$CXX" || CXX="gcc"echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&4if eval "test \"`echo '${'ac_cv_prog_gxx'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&4else  cat > conftest.C <<EOF#ifdef __GNUC__  yes;#endifEOFif ${CXX-g++} -E conftest.C 2>&5 | egrep yes >/dev/null 2>&1; then  ac_cv_prog_gxx=yeselse  ac_cv_prog_gxx=nofifiecho "$ac_t""$ac_cv_prog_gxx" 1>&4if test $ac_cv_prog_gxx = yes; then  GXX=yes  if test "${CXXFLAGS+set}" != set; then    echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&4if eval "test \"`echo '${'ac_cv_prog_gxx_g'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&4else  echo 'void f(){}' > conftest.ccif test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then  ac_cv_prog_gxx_g=yeselse  ac_cv_prog_gxx_g=nofirm -f conftest*fi    echo "$ac_t""$ac_cv_prog_gxx_g" 1>&4    if test $ac_cv_prog_gxx_g = yes; then      CXXFLAGS="-g -O"    else      CXXFLAGS="-O"    fi  fielse  GXX=  test "${CXXFLAGS+set}" = set || CXXFLAGS="-g"fiac_aux_dir=for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do  if test -f $ac_dir/install-sh; then    ac_aux_dir=$ac_dir    ac_install_sh="$ac_aux_dir/install-sh -c"    break  elif test -f $ac_dir/install.sh; then    ac_aux_dir=$ac_dir    ac_install_sh="$ac_aux_dir/install.sh -c"    break  fidoneif test -z "$ac_aux_dir"; then  { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }fiac_config_guess=$ac_aux_dir/config.guessac_config_sub=$ac_aux_dir/config.subac_configure=$ac_aux_dir/configure # This should be Cygnus configure.# Find a good install program.  We prefer a C program (faster),# so one script is as good as another.  But avoid the broken or# incompatible versions:# SysV /etc/install, /usr/sbin/install# SunOS /usr/etc/install# IRIX /sbin/install# AIX /bin/install# AFS /usr/afsws/bin/install, which mishandles nonexistent args# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"# ./install, which can be erroneously created by make from ./install.sh.echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&4if test -z "$INSTALL"; thenif eval "test \"`echo '${'ac_cv_path_install'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&4else    IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:"  for ac_dir in $PATH; do    case "$ac_dir" in    ''|.|/etc|/usr/sbin|/usr/etc|/sbin|/usr/afsws/bin|/usr/ucb) ;;    *)      # OSF1 and SCO ODT 3.0 have their own names for install.      for ac_prog in ginstall installbsd scoinst install; do        if test -f $ac_dir/$ac_prog; then	  if test $ac_prog = install &&            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then	    # AIX install.  It has an incompatible calling convention.	    # OSF/1 installbsd also uses dspmsg, but is usable.	    :	  else	    ac_cv_path_install="$ac_dir/$ac_prog -c"	    break 2	  fi	fi      done      ;;    esac  done  IFS="$ac_save_ifs"  # As a last resort, use the slow shell script.  test -z "$ac_cv_path_install" && ac_cv_path_install="$ac_install_sh"fi  INSTALL="$ac_cv_path_install"fiecho "$ac_t""$INSTALL" 1>&4# Use test -z because SunOS4 sh mishandles braces in ${var-val}.# It thinks the first close brace ends the variable substitution.test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'# Extract the first word of "ranlib", so it can be a program name with args.set dummy ranlib; ac_word=$2echo $ac_n "checking for $ac_word""... $ac_c" 1>&4if eval "test \"`echo '${'ac_cv_prog_RANLIB'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&4else  if test -n "$RANLIB"; then  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.else  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:"  for ac_dir in $PATH; do    test -z "$ac_dir" && ac_dir=.    if test -f $ac_dir/$ac_word; then      ac_cv_prog_RANLIB="ranlib"      break    fi  done  IFS="$ac_save_ifs"  test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"fifiRANLIB="$ac_cv_prog_RANLIB"if test -n "$RANLIB"; then  echo "$ac_t""$RANLIB" 1>&4else  echo "$ac_t""no" 1>&4fifor ac_prog in 'bison -y' byaccdo# Extract the first word of "$ac_prog", so it can be a program name with args.set dummy $ac_prog; ac_word=$2echo $ac_n "checking for $ac_word""... $ac_c" 1>&4if eval "test \"`echo '${'ac_cv_prog_YACC'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&4else  if test -n "$YACC"; then  ac_cv_prog_YACC="$YACC" # Let the user override the test.else  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:"  for ac_dir in $PATH; do    test -z "$ac_dir" && ac_dir=.    if test -f $ac_dir/$ac_word; then      ac_cv_prog_YACC="$ac_prog"      break    fi  done  IFS="$ac_save_ifs"fifiYACC="$ac_cv_prog_YACC"if test -n "$YACC"; then  echo "$ac_t""$YACC" 1>&4else  echo "$ac_t""no" 1>&4fitest -n "$YACC" && breakdonetest -n "$YACC" || YACC="yacc"# Extract the first word of "remsh", so it can be a program name with args.set dummy remsh; ac_word=$2echo $ac_n "checking for $ac_word""... $ac_c" 1>&4if eval "test \"`echo '${'ac_cv_prog_RSH'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&4else  if test -n "$RSH"; then  ac_cv_prog_RSH="$RSH" # Let the user override the test.else  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:"  for ac_dir in $PATH; do    test -z "$ac_dir" && ac_dir=.    if test -f $ac_dir/$ac_word; then      ac_cv_prog_RSH="remsh"      break    fi  done  IFS="$ac_save_ifs"  test -z "$ac_cv_prog_RSH" && ac_cv_prog_RSH="rsh"fifiRSH="$ac_cv_prog_RSH"if test -n "$RSH"; then  echo "$ac_t""$RSH" 1>&4else  echo "$ac_t""no" 1>&4fiecho $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&4if eval "test \"`echo '${'ac_cv_header_sys_wait_h'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&4else  cat > conftest.$ac_ext <<EOF#line 719 "configure"#include "confdefs.h"#include <sys/types.h>#include <sys/wait.h>#ifndef WEXITSTATUS#define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)#endif#ifndef WIFEXITED#define WIFEXITED(stat_val) (((stat_val) & 255) == 0)#endifint main() { return 0; }int t() {int s;wait (&s);s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;; return 0; }EOFif eval $ac_compile; then  rm -rf conftest*  ac_cv_header_sys_wait_h=yeselse  rm -rf conftest*  ac_cv_header_sys_wait_h=nofirm -f conftest*fiecho "$ac_t""$ac_cv_header_sys_wait_h" 1>&4if test $ac_cv_header_sys_wait_h = yes; then  cat >> confdefs.h <<\EOF#define HAVE_SYS_WAIT_H 1EOFfiecho $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&4# On Suns, sometimes $CPP names a directory.if test -n "$CPP" && test -d "$CPP"; then  CPP=fiif test -z "$CPP"; thenif eval "test \"`echo '${'ac_cv_prog_CPP'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&4else    # This must be in double quotes, not single quotes, because CPP may get  # substituted into the Makefile and "${CC-cc}" will confuse make.  CPP="${CC-cc} -E"  # On the NeXT, cc -E runs the code through the compiler's parser,  # not just through cpp.  cat > conftest.$ac_ext <<EOF#line 769 "configure"#include "confdefs.h"#include <assert.h>Syntax ErrorEOFeval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"ac_err=`grep -v '^ *+' conftest.out`if test -z "$ac_err"; then  :else  echo "$ac_err" >&5  rm -rf conftest*  CPP="${CC-cc} -E -traditional-cpp"  cat > conftest.$ac_ext <<EOF#line 783 "configure"#include "confdefs.h"#include <assert.h>Syntax ErrorEOFeval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"ac_err=`grep -v '^ *+' conftest.out`if test -z "$ac_err"; then  :else  echo "$ac_err" >&5  rm -rf conftest*  CPP=/lib/cppfirm -f conftest*firm -f conftest*  ac_cv_prog_CPP="$CPP"fifiCPP="$ac_cv_prog_CPP"echo "$ac_t""$CPP" 1>&4for ac_hdr in libc.h sys/filio.h X11/fd.h sys/select.h sigLib.h unistd.hdoac_safe=`echo "$ac_hdr" | tr './\055' '___'`echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&4if eval "test \"`echo '${'ac_cv_header_$ac_safe'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&4else  cat > conftest.$ac_ext <<EOF#line 814 "configure"#include "confdefs.h"#include <$ac_hdr>EOFeval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"ac_err=`grep -v '^ *+' conftest.out`if test -z "$ac_err"; then  rm -rf conftest*  eval "ac_cv_header_$ac_safe=yes"else  echo "$ac_err" >&5  rm -rf conftest*  eval "ac_cv_header_$ac_safe=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then  echo "$ac_t""yes" 1>&4    ac_tr_hdr=HAVE_`echo $ac_hdr | tr '[a-z]./\055' '[A-Z]___'`  cat >> confdefs.h <<EOF#define $ac_tr_hdr 1EOF else  echo "$ac_t""no" 1>&4fidonefor ac_hdr in sys/signal.h vfork.hdoac_safe=`echo "$ac_hdr" | tr './\055' '___'`echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&4if eval "test \"`echo '${'ac_cv_header_$ac_safe'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&4else  cat > conftest.$ac_ext <<EOF#line 850 "configure"#include "confdefs.h"#include <$ac_hdr>EOFeval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"ac_err=`grep -v '^ *+' conftest.out`if test -z "$ac_err"; then  rm -rf conftest*  eval "ac_cv_header_$ac_safe=yes"else  echo "$ac_err" >&5  rm -rf conftest*  eval "ac_cv_header_$ac_safe=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then  echo "$ac_t""yes" 1>&4    ac_tr_hdr=HAVE_`echo $ac_hdr | tr '[a-z]./\055' '[A-Z]___'`  cat >> confdefs.h <<EOF#define $ac_tr_hdr 1EOF else  echo "$ac_t""no" 1>&4fidone# If we cannot run a trivial program, we must be cross compiling.echo $ac_n "checking whether cross-compiling""... $ac_c" 1>&4if eval "test \"`echo '${'ac_cv_c_cross'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&4else  if test "$cross_compiling" = yes; then  ac_cv_cross=yeselsecat > conftest.$ac_ext <<EOF#line 888 "configure"#include "confdefs.h"main(){return(0);}EOFeval $ac_linkif test -s conftest && (./conftest; exit) 2>/dev/null; then  ac_cv_c_cross=noelse

⌨️ 快捷键说明

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