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

📄 configure

📁 一个很棒的视频服务器
💻
📖 第 1 页 / 共 5 页
字号:
Program 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 namesX features:  --x-includes=DIR    X include files are in DIR  --x-libraries=DIR   X library files are in DIRSystem types:  --build=BUILD     configure for building on BUILD [guessed]  --host=HOST       build programs to run on HOST [BUILD]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]  --enable-maintainer-mode enable make rules and dependencies not useful                          (and sometimes confusing) to the casual installer  --disable-dependency-tracking Speeds up one-time builds  --enable-dependency-tracking  Do not reject slow dependency extractors  --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 both  --with-x                use the X Window SystemSome 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 preprocessorUse 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.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:1044: 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:1055: 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:1063: 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:1079: 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:1083: 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:1089: 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:1091:   former value:  $ac_old_val" >&5echo "$as_me:   former value:  $ac_old_val" >&2;}        { echo "$as_me:1093:   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:1112: 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:1114: 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:1134: PATH=\".;.\"; conftest.sh") >&5  (PATH=".;."; conftest.sh) 2>&5  ac_status=$?  echo "$as_me:1137: \$? = $ac_status" >&5  (exit $ac_status); }; then  ac_path_separator=';'else  ac_path_separator=:fiPATH_SEPARATOR="$ac_path_separator"rm -f conftest.shCAMSERV_VER_MAJOR=0CAMSERV_VER_MINOR=5CAMSERV_VER_BUGFIX=1cat >>confdefs.h <<EOF#define CAMSERV_VER_MAJOR $CAMSERV_VER_MAJOREOFcat >>confdefs.h <<EOF#define CAMSERV_VER_MINOR $CAMSERV_VER_MINOREOFcat >>confdefs.h <<EOF#define CAMSERV_VER_BUGFIX $CAMSERV_VER_BUGFIXEOFam__api_version="1.6"ac_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:1179: 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.# 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# AmigaOS /C/install, which installs bootblocks on floppy discs# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag# 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 "$as_me:1199: checking for a BSD compatible install" >&5echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6if test -z "$INSTALL"; thenif test "${ac_cv_path_install+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else    ac_save_IFS=$IFS; IFS=$ac_path_separator  for ac_dir in $PATH; do    IFS=$ac_save_IFS    # Account for people who put trailing slashes in PATH elements.    case $ac_dir/ in    / | ./ | .// | /cC/* \    | /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* \    | /usr/ucb/* ) ;;    *)      # OSF1 and SCO ODT 3.0 have their own names for install.      # Don't use installbsd from OSF since it installs stuff as root      # by default.      for ac_prog in ginstall scoinst install; do        if $as_executable_p "$ac_dir/$ac_prog"; then

⌨️ 快捷键说明

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