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

📄 configure

📁 ncurses-5.4 需要的就来下把 一定会有用的哦
💻
📖 第 1 页 / 共 5 页
字号:
    # Check for guested configure; otherwise get Cygnus style configure.    if test -f $ac_sub_srcdir/configure.gnu; then      echo      $SHELL $ac_sub_srcdir/configure.gnu  --help=recursive    elif test -f $ac_sub_srcdir/configure; then      echo      $SHELL $ac_sub_srcdir/configure  --help=recursive    elif test -f $ac_sub_srcdir/configure.ac ||           test -f $ac_sub_srcdir/configure.in; then      echo      $ac_configure --help    else      echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2    fi    cd $ac_popdir  donefitest -n "$ac_init_help" && exit 0if $ac_init_version; then  cat <<\EOFCopyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001Free Software Foundation, Inc.This configure script is free software; the Free Software Foundationgives unlimited permission to copy, distribute and modify it.EOF  exit 0fiexec 5>config.logcat >&5 <<EOFThis file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake.It was created by $as_me, which wasgenerated by GNU Autoconf 2.52.20030208.  Invocation command line was  $ $0 $@EOF{cat <<_ASUNAME## ---------- #### Platform.  #### ---------- ##hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`uname -m = `(uname -m) 2>/dev/null || echo unknown`uname -r = `(uname -r) 2>/dev/null || echo unknown`uname -s = `(uname -s) 2>/dev/null || echo unknown`uname -v = `(uname -v) 2>/dev/null || echo unknown`/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`PATH = $PATH_ASUNAME} >&5cat >&5 <<EOF## ------------ #### Core tests.  #### ------------ ##EOF# Keep a trace of the command line.# Strip out --no-create and --no-recursion so they do not pile up.# Also quote any args containing shell meta-characters.ac_configure_args=ac_sep=for ac_argdo  case $ac_arg in  -no-create | --no-create | --no-creat | --no-crea | --no-cre \  | --no-cr | --no-c) ;;  -no-recursion | --no-recursion | --no-recursio | --no-recursi \  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;  *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)    ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`    ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"    ac_sep=" " ;;  *) ac_configure_args="$ac_configure_args$ac_sep$ac_arg"     ac_sep=" " ;;  esac  # Get rid of the leading space.done# When interrupted or exit'd, cleanup temporary files, and complete# config.log.  We remove comments because anyway the quotes in there# would cause problems or look ugly.trap 'exit_status=$?  # Save into config.log some information that might help in debugging.  echo >&5  echo "## ----------------- ##" >&5  echo "## Cache variables.  ##" >&5  echo "## ----------------- ##" >&5  echo >&5  # The following way of writing the cache mishandles newlines in values,{  (set) 2>&1 |    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in    *ac_space=\ *)      sed -n \        "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;    	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"      ;;    *)      sed -n \        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"      ;;    esac;} >&5  sed "/^$/d" confdefs.h >conftest.log  if test -s conftest.log; then    echo >&5    echo "## ------------ ##" >&5    echo "## confdefs.h.  ##" >&5    echo "## ------------ ##" >&5    echo >&5    cat conftest.log >&5  fi  (echo; echo) >&5  test "$ac_signal" != 0 &&    echo "$as_me: caught signal $ac_signal" >&5  echo "$as_me: exit $exit_status" >&5  rm -rf conftest* confdefs* core core.* *.core conf$$* $ac_clean_files &&    exit $exit_status     ' 0for ac_signal in 1 2 13 15; do  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signaldoneac_signal=0# confdefs.h avoids OS command line length limits that DEFS can exceed.rm -rf conftest* confdefs.h# AIX cpp loses on an empty file, so make sure it contains at least a newline.echo >confdefs.h# Let the site file select an alternate cache file if it wants to.# Prefer explicitly selected file to automatically selected ones.if test -z "$CONFIG_SITE"; then  if test "x$prefix" != xNONE; then    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"  else    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"  fififor ac_site_file in $CONFIG_SITE; do  if test -r "$ac_site_file"; then    { echo "$as_me:939: loading site script $ac_site_file" >&5echo "$as_me: loading site script $ac_site_file" >&6;}    cat "$ac_site_file" >&5    . "$ac_site_file"  fidoneif test -r "$cache_file"; then  # Some versions of bash will fail to source /dev/null (special  # files actually), so we avoid doing that.  if test -f "$cache_file"; then    { echo "$as_me:950: loading cache $cache_file" >&5echo "$as_me: loading cache $cache_file" >&6;}    case $cache_file in      [\\/]* | ?:[\\/]* ) . $cache_file;;      *)                      . ./$cache_file;;    esac  fielse  { echo "$as_me:958: creating cache $cache_file" >&5echo "$as_me: creating cache $cache_file" >&6;}  >$cache_filefi# Check that the precious variables saved in the cache have kept the same# value.ac_cache_corrupted=falsefor ac_var in `(set) 2>&1 |               sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do  eval ac_old_set=\$ac_cv_env_${ac_var}_set  eval ac_new_set=\$ac_env_${ac_var}_set  eval ac_old_val="\$ac_cv_env_${ac_var}_value"  eval ac_new_val="\$ac_env_${ac_var}_value"  case $ac_old_set,$ac_new_set in    set,)      { echo "$as_me:974: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}      ac_cache_corrupted=: ;;    ,set)      { echo "$as_me:978: error: \`$ac_var' was not set in the previous run" >&5echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}      ac_cache_corrupted=: ;;    ,);;    *)      if test "x$ac_old_val" != "x$ac_new_val"; then        { echo "$as_me:984: error: \`$ac_var' has changed since the previous run:" >&5echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}        { echo "$as_me:986:   former value:  $ac_old_val" >&5echo "$as_me:   former value:  $ac_old_val" >&2;}        { echo "$as_me:988:   current value: $ac_new_val" >&5echo "$as_me:   current value: $ac_new_val" >&2;}        ac_cache_corrupted=:      fi;;  esac  # Pass precious variables to config.status.  It doesn't matter if  # we pass some twice (in addition to the command line arguments).  if test "$ac_new_set" = set; then    case $ac_new_val in    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"`      ac_configure_args="$ac_configure_args '$ac_arg'"      ;;    *) ac_configure_args="$ac_configure_args $ac_var=$ac_new_val"       ;;    esac  fidoneif $ac_cache_corrupted; then  { echo "$as_me:1007: error: changes in the environment can compromise the build" >&5echo "$as_me: error: changes in the environment can compromise the build" >&2;}  { { echo "$as_me:1009: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}   { (exit 1); exit 1; }; }fiac_ext=cac_cpp='$CPP $CPPFLAGS'ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'ac_compiler_gnu=$ac_cv_c_compiler_gnucase `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in  *c*,-n*) ECHO_N= ECHO_C='' ECHO_T='	' ;;  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;  *)      ECHO_N= ECHO_C='\c' ECHO_T= ;;esacecho "#! $SHELL" >conftest.shecho  "exit 0"   >>conftest.shchmod +x conftest.shif { (echo "$as_me:1029: PATH=\".;.\"; conftest.sh") >&5  (PATH=".;."; conftest.sh) 2>&5  ac_status=$?  echo "$as_me:1032: \$? = $ac_status" >&5  (exit $ac_status); }; then  ac_path_separator=';'else  ac_path_separator=:fiPATH_SEPARATOR="$ac_path_separator"rm -f conftest.shac_config_headers="$ac_config_headers include/ncurses_cfg.h:include/ncurses_cfg.hin"NCURSES_MAJOR="`egrep '^NCURSES_MAJOR[ 	]*=' $srcdir/dist.mk | sed -e 's/^[^0-9]*//'`"NCURSES_MINOR="`egrep '^NCURSES_MINOR[ 	]*=' $srcdir/dist.mk | sed -e 's/^[^0-9]*//'`"NCURSES_PATCH="`egrep '^NCURSES_PATCH[ 	]*=' $srcdir/dist.mk | sed -e 's/^[^0-9]*//'`"cf_cv_abi_version=${NCURSES_MAJOR}cf_cv_rel_version=${NCURSES_MAJOR}.${NCURSES_MINOR}cf_cv_timestamp=`date`echo "$as_me:1049: result: Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_version ($cf_cv_timestamp)" >&5echo "${ECHO_T}Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_version ($cf_cv_timestamp)" >&6test -z "$cf_cv_rel_version" && cf_cv_rel_version=0.0# Check whether --with-rel-version or --without-rel-version was given.if test "${with_rel_version+set}" = set; then  withval="$with_rel_version"  { echo "$as_me:1057: WARNING: overriding release version $cf_cv_rel_version to $withval" >&5echo "$as_me: WARNING: overriding release version $cf_cv_rel_version to $withval" >&2;} cf_cv_rel_version=$withvalfi; NCURSES_MAJOR=`echo "$cf_cv_rel_version" | sed -e 's/\..*//'` NCURSES_MINOR=`echo "$cf_cv_rel_version" | sed -e 's/^[^.]*//' -e 's/^\.//' -e 's/\..*//'`if test -n "$NCURSES_MAJOR" ; then  case $NCURSES_MAJOR in #(vi  [0-9]*) #(vi 	;;  *)	{ { echo "$as_me:1070: error: Release major-version is not a number: $NCURSES_MAJOR" >&5echo "$as_me: error: Release major-version is not a number: $NCURSES_MAJOR" >&2;}   { (exit 1); exit 1; }; } 	;;  esacelse  { { echo "$as_me:1076: error: Release major-version value is empty" >&5echo "$as_me: error: Release major-version value is empty" >&2;}   { (exit 1); exit 1; }; }fiif test -n "$NCURSES_MINOR" ; then  case $NCURSES_MINOR in #(vi  [0-9]*) #(vi 	;;  *)	{ { echo "$as_me:1086: error: Release minor-version is not a number: $NCURSES_MINOR" >&5echo "$as_me: error: Release minor-version is not a number: $NCURSES_MINOR" >&2;}   { (exit 1); exit 1; }; } 	;;  esacelse  { { echo "$as_me:1092: error: Release minor-version value is empty" >&5echo "$as_me: error: Release minor-version value is empty" >&2;}   { (exit 1); exit 1; }; }fitest -z "$cf_cv_abi_version" && cf_cv_abi_version=0# Check whether --with-abi-version or --without-abi-version was given.if test "${with_abi_version+set}" = set; then  withval="$with_abi_version"  { echo "$as_me:1102: WARNING: overriding ABI version $cf_cv_abi_version to $withval" >&5echo "$as_me: WARNING: overriding ABI version $cf_cv_abi_version to $withval" >&2;} cf_cv_abi_version=$withvalfi;if test -n "$cf_cv_abi_version" ; then  case $cf_cv_abi_version in #(vi  [0-9]*) #(vi 	;;  *)	{ { echo "$as_me:1112: error: ABI version is not a number: $cf_cv_abi_version" >&5echo "$as_me: error: ABI version is not a number: $cf_cv_abi_version" >&2;}   { (exit 1); exit 1; }; } 	;;  esacelse  { { echo "$as_me:1118: error: ABI version value is empty" >&5echo "$as_me: error: ABI version value is empty" >&2;}   { (exit 1); exit 1; }; }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  elif test -f $ac_dir/shtool; then    ac_aux_dir=$ac_dir    ac_install_sh="$ac_aux_dir/shtool install -c"    break  fidoneif test -z "$ac_aux_dir"; then  { { echo "$as_me:1140: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}   { (exit 1); exit 1; }; }fiac_config_guess="$SHELL $ac_aux_dir/config.guess"ac_config_sub="$SHELL $ac_aux_dir/config.sub"ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.# Make sure we can run config.sub.$ac_config_sub sun4 >/dev/null 2>&1 ||  { { echo "$as_me:1150: error: cannot run $ac_config_sub" >&5echo "$as_me: error: cannot run $ac_config_sub" >&2;}   { (exit 1); exit 1; }; }echo "$as_me:1154: checking build system type" >&5echo $ECHO_N "checking build system type... $ECHO_C" >&6if test "${ac_cv_build+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  ac_cv_build_alias=$build_aliastest -z "$ac_cv_build_alias" &&  ac_cv_build_alias=`$ac_config_guess`test -z "$ac_cv_build_alias" &&  { { echo "$as_me:1163: error: cannot guess build type; you must specify one" >&5echo "$as_me: error: cannot guess build type; you must specify one" >&2;}   { (exit 1); exit 1; }; }ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||  { { echo "$as_me:1167: error: $ac_config_sub $ac_cv_build_alias failed." >&5

⌨️ 快捷键说明

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