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

📄 configure

📁 linux下简单对象应用协议的开发库
💻
📖 第 1 页 / 共 5 页
字号:
Fine tuning of the installation directories:  --bindir=DIR           user executables [EPREFIX/bin]  --sbindir=DIR          system admin executables [EPREFIX/sbin]  --libexecdir=DIR       program executables [EPREFIX/libexec]  --datadir=DIR          read-only architecture-independent data [PREFIX/share]  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]  --libdir=DIR           object code libraries [EPREFIX/lib]  --includedir=DIR       C header files [PREFIX/include]  --oldincludedir=DIR    C header files for non-gcc [/usr/include]  --infodir=DIR          info documentation [PREFIX/info]  --mandir=DIR           man documentation [PREFIX/man]EOF  cat <<\EOFProgram names:  --program-prefix=PREFIX            prepend PREFIX to installed program names  --program-suffix=SUFFIX            append SUFFIX to installed program names  --program-transform-name=PROGRAM   run sed PROGRAM on installed program namesSystem types:  --build=BUILD     configure for building on BUILD [guessed]  --host=HOST       build programs to run on HOST [BUILD]  --target=TARGET   configure for building compilers for TARGET [HOST]EOFfiif test -n "$ac_init_help"; then  cat <<\EOFOptional Features:  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]  --disable-dependency-tracking Speeds up one-time builds  --enable-dependency-tracking  Do not reject slow dependency extractors  --enable-debug	add debug symbols to compiler and linker output for source code debugging  --enable-shared=PKGS  build shared libraries default=yes  --enable-static=PKGS  build static libraries default=yes  --enable-fast-install=PKGS  optimize for fast installation default=yes  --disable-libtool-lock  avoid locking (might break parallel builds)Optional Packages:  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)  --with-gnu-ld           assume the C compiler uses GNU ld default=no  --with-pic              try to use only PIC/non-PIC objects default=use bothSome influential environment variables:  CC          C compiler command  CFLAGS      C compiler flags  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a              nonstandard directory <lib dir>  CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have              headers in a nonstandard directory <include dir>  CPP         C preprocessor  CXX         C++ compiler command  CXXFLAGS    C++ compiler flagsUse these variables to override the choices made by `configure' or to helpit to find libraries and programs with nonstandard names/locations.EOFfiif test "$ac_init_help" = "recursive"; then  # If there are subdirs, report their specific --help.  ac_popdir=`pwd`  for ac_subdir in : $ac_subdirs_all; do test "x$ac_subdir" = x: && continue    cd $ac_subdir    # A "../" for each directory in /$ac_subdir.    ac_dots=`echo $ac_subdir |             sed 's,^\./,,;s,[^/]$,&/,;s,[^/]*/,../,g'`    case $srcdir in    .) # No --srcdir option.  We are building in place.      ac_sub_srcdir=$srcdir ;;    [\\/]* | ?:[\\/]* ) # Absolute path.      ac_sub_srcdir=$srcdir/$ac_subdir ;;    *) # Relative path.      ac_sub_srcdir=$ac_dots$srcdir/$ac_subdir ;;    esac    # 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.Dipl.-Ing. Christian Aberger (http://www.aberger.at)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.  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:1053: 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:1064: 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:1072: 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:1088: 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:1092: 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:1098: 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:1100:   former value:  $ac_old_val" >&5echo "$as_me:   former value:  $ac_old_val" >&2;}        { echo "$as_me:1102:   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:1121: 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:1123: 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:1143: PATH=\".;.\"; conftest.sh") >&5  (PATH=".;."; conftest.sh) 2>&5  ac_status=$?  echo "$as_me:1146: \$? = $ac_status" >&5  (exit $ac_status); }; then  ac_path_separator=';'else  ac_path_separator=:fiPATH_SEPARATOR="$ac_path_separator"rm -f conftest.shac_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:1172: 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:1182: error: cannot run $ac_config_sub" >&5echo "$as_me: error: cannot run $ac_config_sub" >&2;}   { (exit 1); exit 1; }; }echo "$as_me:1186: 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:1195: 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:1199: error: $ac_config_sub $ac_cv_build_alias failed." >&5echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;}   { (exit 1); exit 1; }; }fiecho "$as_me:1204: result: $ac_cv_build" >&5echo "${ECHO_T}$ac_cv_build" >&6build=$ac_cv_buildbuild_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`

⌨️ 快捷键说明

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