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

📄 configure

📁 linux下的sourceinsight
💻
📖 第 1 页 / 共 5 页
字号:
  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)    ac_prev=srcdir ;;  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)    srcdir=$ac_optarg ;;  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \  | --syscon | --sysco | --sysc | --sys | --sy)    ac_prev=sysconfdir ;;  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)    sysconfdir=$ac_optarg ;;  -target | --target | --targe | --targ | --tar | --ta | --t)    ac_prev=target_alias ;;  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)    target_alias=$ac_optarg ;;  -v | -verbose | --verbose | --verbos | --verbo | --verb)    verbose=yes ;;  -version | --version | --versio | --versi | --vers | -V)    ac_init_version=: ;;  -with-* | --with-*)    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`    # Reject names that are not valid shell variable names.    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2   { (exit 1); exit 1; }; }    ac_useropt_orig=$ac_useropt    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`    case $ac_user_opts in      *""with_$ac_useropt""*) ;;      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"	 ac_unrecognized_sep=', ';;    esac    eval with_$ac_useropt=\$ac_optarg ;;  -without-* | --without-*)    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`    # Reject names that are not valid shell variable names.    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2   { (exit 1); exit 1; }; }    ac_useropt_orig=$ac_useropt    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`    case $ac_user_opts in      *""with_$ac_useropt""*) ;;      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"	 ac_unrecognized_sep=', ';;    esac    eval with_$ac_useropt=no ;;  --x)    # Obsolete; use --with-x.    with_x=yes ;;  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \  | --x-incl | --x-inc | --x-in | --x-i)    ac_prev=x_includes ;;  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)    x_includes=$ac_optarg ;;  -x-libraries | --x-libraries | --x-librarie | --x-librari \  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)    ac_prev=x_libraries ;;  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)    x_libraries=$ac_optarg ;;  -*) { $as_echo "$as_me: error: unrecognized option: $ac_optionTry \`$0 --help' for more information." >&2   { (exit 1); exit 1; }; }    ;;  *=*)    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`    # Reject names that are not valid shell variable names.    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&      { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2   { (exit 1); exit 1; }; }    eval $ac_envvar=\$ac_optarg    export $ac_envvar ;;  *)    # FIXME: should be removed in autoconf 3.0.    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}    ;;  esacdoneif test -n "$ac_prev"; then  ac_option=--`echo $ac_prev | sed 's/_/-/g'`  { $as_echo "$as_me: error: missing argument to $ac_option" >&2   { (exit 1); exit 1; }; }fiif test -n "$ac_unrecognized_opts"; then  case $enable_option_checking in    no) ;;    fatal) { $as_echo "$as_me: error: Unrecognized options: $ac_unrecognized_opts" >&2   { (exit 1); exit 1; }; } ;;    *)     $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2 ;;  esacfi# Check all directory arguments for consistency.for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \		datadir sysconfdir sharedstatedir localstatedir includedir \		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \		libdir localedir mandirdo  eval ac_val=\$$ac_var  # Remove trailing slashes.  case $ac_val in    */ )      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`      eval $ac_var=\$ac_val;;  esac  # Be sure to have absolute directory names.  case $ac_val in    [\\/$]* | ?:[\\/]* )  continue;;    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;  esac  { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2   { (exit 1); exit 1; }; }done# There might be people who depend on the old broken behavior: `$host'# used to hold the argument of --host etc.# FIXME: To remove some day.build=$build_aliashost=$host_aliastarget=$target_alias# FIXME: To remove some day.if test "x$host_alias" != x; then  if test "x$build_alias" = x; then    cross_compiling=maybe    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.    If a cross compiler is detected then cross compile mode will be used." >&2  elif test "x$build_alias" != "x$host_alias"; then    cross_compiling=yes  fifiac_tool_prefix=test -n "$host_alias" && ac_tool_prefix=$host_alias-test "$silent" = yes && exec 6>/dev/nullac_pwd=`pwd` && test -n "$ac_pwd" &&ac_ls_di=`ls -di .` &&ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||  { $as_echo "$as_me: error: Working directory cannot be determined" >&2   { (exit 1); exit 1; }; }test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||  { $as_echo "$as_me: error: pwd does not report name of working directory" >&2   { (exit 1); exit 1; }; }# Find the source files, if location was not specified.if test -z "$srcdir"; then  ac_srcdir_defaulted=yes  # Try the directory containing this script, then the parent directory.  ac_confdir=`$as_dirname -- "$as_myself" ||$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \	 X"$as_myself" : 'X\(//\)[^/]' \| \	 X"$as_myself" : 'X\(//\)$' \| \	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||$as_echo X"$as_myself" |    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{	    s//\1/	    q	  }	  /^X\(\/\/\)[^/].*/{	    s//\1/	    q	  }	  /^X\(\/\/\)$/{	    s//\1/	    q	  }	  /^X\(\/\).*/{	    s//\1/	    q	  }	  s/.*/./; q'`  srcdir=$ac_confdir  if test ! -r "$srcdir/$ac_unique_file"; then    srcdir=..  fielse  ac_srcdir_defaulted=nofiif test ! -r "$srcdir/$ac_unique_file"; then  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."  { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2   { (exit 1); exit 1; }; }fiac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"ac_abs_confdir=`(	cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2   { (exit 1); exit 1; }; }	pwd)`# When building in place, set srcdir=.if test "$ac_abs_confdir" = "$ac_pwd"; then  srcdir=.fi# Remove unnecessary trailing slashes from srcdir.# Double slashes in file names in object file debugging info# mess up M-x gdb in Emacs.case $srcdir in*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;esacfor ac_var in $ac_precious_vars; do  eval ac_env_${ac_var}_set=\${${ac_var}+set}  eval ac_env_${ac_var}_value=\$${ac_var}  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}  eval ac_cv_env_${ac_var}_value=\$${ac_var}done## Report the --help message.#if test "$ac_init_help" = "long"; then  # Omit some internal or obsolete options to make the list less imposing.  # This message is too long to be a string in the A/UX 3.1 sh.  cat <<_ACEOF\`configure' configures this package to adapt to many kinds of systems.Usage: $0 [OPTION]... [VAR=VALUE]...To assign environment variables (e.g., CC, CFLAGS...), specify them asVAR=VALUE.  See below for descriptions of some of the useful variables.Defaults for the options are specified in brackets.Configuration:  -h, --help              display this help and exit      --help=short        display options specific to this package      --help=recursive    display the short help of all the included packages  -V, --version           display version information and exit  -q, --quiet, --silent   do not print \`checking...' messages      --cache-file=FILE   cache test results in FILE [disabled]  -C, --config-cache      alias for \`--cache-file=config.cache'  -n, --no-create         do not create output files      --srcdir=DIR        find the sources in DIR [configure dir or \`..']Installation directories:  --prefix=PREFIX         install architecture-independent files in PREFIX                          [$ac_default_prefix]  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX                          [PREFIX]By default, \`make install' will install all the files in\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specifyan installation prefix other than \`$ac_default_prefix' using \`--prefix',for instance \`--prefix=\$HOME'.For better control, use the options below.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]  --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]  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]  --infodir=DIR           info documentation [DATAROOTDIR/info]  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]  --mandir=DIR            man documentation [DATAROOTDIR/man]  --docdir=DIR            documentation root [DATAROOTDIR/doc/PACKAGE]  --htmldir=DIR           html documentation [DOCDIR]  --dvidir=DIR            dvi documentation [DOCDIR]  --pdfdir=DIR            pdf documentation [DOCDIR]  --psdir=DIR             ps documentation [DOCDIR]_ACEOF  cat <<\_ACEOFProgram 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       cross-compile to build programs to run on HOST [BUILD]  --target=TARGET   configure for building compilers for TARGET [HOST]_ACEOFfiif test -n "$ac_init_help"; then  cat <<\_ACEOFOptional Features:  --disable-option-checking  ignore unrecognized --enable/--with options  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]  --disable-fast-perl     disable fast Makefile generation (needs perl)  --enable-debug=ARG      enables debug symbols (yes|no|full) default=no  --disable-debug         disables debug output and debug symbols default=no  --enable-strict         compiles with strict compiler options (may not                          work!)  --disable-warnings      disables compilation with -Wall and similar  --enable-profile        creates profiling infos default=no  --disable-dependency-tracking  speeds up one-time build  --enable-dependency-tracking   do not reject slow dependency extractors  --enable-pch            enables precompiled header support (currently only                          KCC or gcc >=3.4+unsermake) default=no  --enable-coverage       use gcc coverage testing  --enable-new-ldflags    enable the new linker flags  --enable-final          build size optimized apps (experimental - needs lots                          of memory)  --enable-closure        delay template instantiation  --enable-nmcheck        enable automatic namespace cleanness check  --enable-shared[=PKGS]  build shared libraries [default=yes]  --enable-static[=PKGS]  build static libraries [default=no]  --enable-libsuffix      /lib directory suffix (64,32,none=default)  --enable-fast-install[=PKGS]                          optimize for fast installation [default=yes]  --disable-libtool-lock  avoid locking (might break parallel builds)  --enable-pie            platform supports PIE linking default=detect  --enable-embedded       link to Qt-embedded, don't use X  --enable-qtopia         link to Qt-embedded, link to the Qtopia Environment  --enable-mac            link to Qt/Mac (don't use X)  --disable-mt            link to non-threaded Qt (deprecated)  --disable-threading     disables threading even if libpthread found  --disable-rpath         do not use the rpath feature of ld  --disable-path-check    don't try to find out, where to installOptional 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-tags=TAGS        include additional configurations [CXX,GCJ]  --with-extra-includes=DIR                          adds non standard include paths  --with-extra-libs=DIR   adds non standard library paths  --with-qt-dir=DIR       where the root of Qt is installed  --with-qt-includes=DIR  where the Qt includes are.  --with-qt-libraries=DIR where the Qt library is installed.  --without-arts          build without aRts default=noSome 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>  LIBS        libraries to pass to the linker, e.g. -l<library>  CPPFLAGS    C/C++/Objective 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 flags  CXXCPP      C++ preprocessor  XMKMF       Path to xmkmf, Makefile generator for X Window System  YACC        The `Yet Another C Compiler' implementation to use. Defaults to              the first program found out of: `bison -y', `byacc', `yacc'.  YFLAGS      The list of arguments that will be passed by default to $YACC.              This script will default YFLAGS to the empty string to avoid a              default value of `-d' given by some make applications.Use these variables to override the choices made by `configure' or to helpit to find libraries and programs with nonstandard names/locations._ACEOFac_status=$?fiif test "$ac_init_help" = "recursive"; then  # If there are subdirs, report their specific --help.  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue    test -d "$ac_dir" ||      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||      continue    ac_builddir=.case "$ac_dir" in.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;*)  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`  # A ".." for each directory in $ac_dir_suffix.  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`  case $ac_top_builddir_sub in  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;  esac ;;esacac_abs_top_builddir=$ac_pwdac_abs_builddir=$ac_pwd$ac_dir_suffix# for backward compatibility:ac_top_builddir=$ac_top_build_prefixcase $srcdir in  .)  # We are building in place.    ac_srcdir=.    ac_top_srcdir=$ac_top_builddir_sub    ac_abs_top_srcdir=$ac_pwd ;;  [\\/]* | ?:[\\/]* )  # Absolute name.    ac_srcdir=$srcdir$ac_dir_suffix;    ac_top_srcdir=$srcdir    ac_abs_top_srcdir=$srcdir ;;  *) # Relative name.    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix    ac_top_srcdir=$ac_top_build_prefix$srcdir    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;esacac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix    cd "$ac_dir" || { ac_status=$?; continue; }    # Check for guested configure.    if test -f "$ac_srcdir/configure.gnu"; then      echo &&      $SHELL "$ac_srcdir/configure.gnu" --help=recursive    elif test -f "$ac_srcdir/configure"; then      echo &&      $SHELL "$ac_srcdir/configure" --help=recursive    else      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2    fi || ac_status=$?    cd "$ac_pwd" || { ac_status=$?; break; }  donefitest -n "$ac_init_help" && exit $ac_statusif $ac_init_version; then  cat <<\_ACEOFconfiguregenerated by GNU Autoconf 2.62Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.This configure script is free software; the Free Software Foundationgives unlimited permission to copy, distribute and modify it._ACEOF  exitficat >config.log <<_ACEOFThis 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.62.  Invocation command line was  $ $0 $@_ACEOF

⌨️ 快捷键说明

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