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

📄 configure

📁 GForge 3.0 协作开发平台 支持CVS, mailing lists, bug tracking, message boards/forums, task management, perman
💻
📖 第 1 页 / 共 5 页
字号:
    verbose=yes ;;  -version | --version | --versio | --versi | --vers | -V)    ac_init_version=: ;;  -with-* | --with-*)    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`    # Reject names that are not valid shell variable names.    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&      { echo "$as_me: error: invalid package name: $ac_package" >&2   { (exit 1); exit 1; }; }    ac_package=`echo $ac_package| sed 's/-/_/g'`    case $ac_option in      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;      *) ac_optarg=yes ;;    esac    eval "with_$ac_package='$ac_optarg'" ;;  -without-* | --without-*)    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`    # Reject names that are not valid shell variable names.    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&      { echo "$as_me: error: invalid package name: $ac_package" >&2   { (exit 1); exit 1; }; }    ac_package=`echo $ac_package | sed 's/-/_/g'`    eval "with_$ac_package=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 ;;  -*) { 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 &&      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2   { (exit 1); exit 1; }; }    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`    eval "$ac_envvar='$ac_optarg'"    export $ac_envvar ;;  *)    # FIXME: should be removed in autoconf 3.0.    echo "$as_me: WARNING: you should use --build, --host, --target" >&2    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&      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'`  { echo "$as_me: error: missing argument to $ac_option" >&2   { (exit 1); exit 1; }; }fi# Be sure to have absolute paths.for ac_var in exec_prefix prefixdo  eval ac_val=$`echo $ac_var`  case $ac_val in    [\\/$]* | ?:[\\/]* | NONE | '' ) ;;    *)  { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2   { (exit 1); exit 1; }; };;  esacdone# Be sure to have absolute paths.for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \              localstatedir libdir includedir oldincludedir infodir mandirdo  eval ac_val=$`echo $ac_var`  case $ac_val in    [\\/$]* | ?:[\\/]* ) ;;    *)  { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2   { (exit 1); exit 1; }; };;  esacdone# There might be people who depend on the old broken behavior: `$host'# used to hold the argument of --host etc.build=$build_aliashost=$host_aliastarget=$target_alias# FIXME: should be removed in autoconf 3.0.if test "x$host_alias" != x; then  if test "x$build_alias" = x; then    cross_compiling=maybe    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/null# 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 its parent.  ac_prog=$0  ac_confdir=`echo "$ac_prog" | sed 's%[\\/][^\\/][^\\/]*$%%'`  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.  srcdir=$ac_confdir  if test ! -r $srcdir/$ac_unique_file; then    srcdir=..  fielse  ac_srcdir_defaulted=nofiif test ! -r $srcdir/$ac_unique_file; then  if test "$ac_srcdir_defaulted" = yes; then    { echo "$as_me: error: cannot find sources in $ac_confdir or .." >&2   { (exit 1); exit 1; }; }  else    { echo "$as_me: error: cannot find sources in $srcdir" >&2   { (exit 1); exit 1; }; }  fifisrcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`ac_env_build_alias_set=${build_alias+set}ac_env_build_alias_value=$build_aliasac_cv_env_build_alias_set=${build_alias+set}ac_cv_env_build_alias_value=$build_aliasac_env_host_alias_set=${host_alias+set}ac_env_host_alias_value=$host_aliasac_cv_env_host_alias_set=${host_alias+set}ac_cv_env_host_alias_value=$host_aliasac_env_target_alias_set=${target_alias+set}ac_env_target_alias_value=$target_aliasac_cv_env_target_alias_set=${target_alias+set}ac_cv_env_target_alias_value=$target_alias## 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 <<EOF\`configure' configures GForge 3.0 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 \`..']EOF  cat <<EOFInstallation 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]  --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 <<\EOFEOFfiif test -n "$ac_init_help"; then  case $ac_init_help in     short | recursive ) echo "Configuration of GForge 3.0:";;   esac  cat <<\EOFOptional Features:  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]  --enable-defaults=TYPE  enable TYPE specific defaults (None)  --enable-ldap           enable LDAP (no)  --enable-jabber         enable Jabber (no)Optional Packages:  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)  --with-domain-name      the default domain (company.com)  --with-sys-default-domain                          the gforge server (gforge.DOMAIN-NAME)  --with-sys-fallback-domain                          the gforge fallback server (gforge2.DOMAIN-NAME)  --with-sys-internal-network                          netmask of internal network (192.168.1.)  --with-sys-cvs-host     the CVS server (cvs.DOMAIN-NAME)  --with-project-cvs-hosts                          run an individual CVS server per project (a single                          CVS server for the entire site)  --with-sys-download-host                          the download server (download.DOMAIN-NAME)  --with-sys-upload-host  the upload server (upload.DOMAIN-NAME)  --with-sys-shell-host   the shell server (shell.DOMAIN-NAME)  --with-sys-users-host   the users server (users.DOMAIN-NAME)  --with-sys-docs-host    the docs server (docs.DOMAIN-NAME)  --with-sys-lists-host   the lists server (lists.DOMAIN-NAME)  --with-sys-dns1-host    the primary nameserver (ns1.DOMAIN-NAME)  --with-sys-dns2-host    the secondary nameserver (ns2.DOMAIN-NAME)  --with-sys-dbhost       the DB server (localhost)  --with-sys-dbreadhost   the readonly DB server (localhost)  --with-sys-dbreaddb     databases that are read only (stats)  --with-sys-dbname       name of database (alexandria)  --with-sys-dbuser       user to access DB as (www)  --with-sys-dbpasswd     use password to access DB  --with-sys-ldap-host    LDAP server (ldap.DOMAIN-NAME)  --with-sys-ldap-base-dn LDAP base dn (dc=DOMAIN-NAME)  --with-sys-ldap-bind-dn LDAP bind dn (cn=SF_robot,$LDAP_BASE_DN)  --with-sys-ldap-admin-dn                          LDAP admin dn ($LDAP_ADMIN_DN)  --with-sys-ldap-password                          LDAP password  --with-sys-jabber-host  Jabber server (jabber.DOMAIN-NAME)  --with-sys-jabber-user  Jabber messages come from USER (noreply)  --with-sys-jabber-pass  JABBER password (temp123)  --with-sys-path-to-jpgraph                          path to Jpgraph  --with-sys-upload-dir   location of upload, must be outside of DocumentRoot  --with-homedir-prefix   homedir prefix ($HOME_DIR)  --with-groupdir-prefix  groups prefix ($GROUP_DIR)  --with-db=DB            DB to use (only pgsql currently supported)  --with-scm=SCM          SCM system to use (only CVS currently supported)  --with-sys-name         the name of the GForge installation (prodigy)  --with-sys-news-group   the group id for news (3)  --with-sys-stats-group  the group id for stats (2)  --with-sys-peer-rating-group                          the group id for peer ratings (4)  --with-default-trove-cat                          the default Trove category (18)  --with-sys-theme        Theme to use by default (gforge)  --with-sys-lang         language to use (English)  --with-sys-session-key  the session key (generate one using ps)Report bugs to <http://gforge.org/tracker/?group_id=1>.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 <<\EOFGForge configure 3.0generated by GNU Autoconf 2.52Copyright 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.Copyright (c) 2003 Richard Offer. All rights reserved.  Any local macros are licensed under the BSD licenseEOF  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 GForge $as_me 3.0, 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## ------------ ##

⌨️ 快捷键说明

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