📄 config.status
字号:
#! /bin/sh# Generated automatically by configure.# Run this file to recreate the current configuration.# Compiler output produced by configure, useful for debugging# configure, is in config.log if it exists.debug=falseSHELL=${CONFIG_SHELL-/bin/sh}ac_cs_invocation="$0 $@"# Be Bourne compatibleif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=:elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then set -o posixfi# Name of the executable.as_me=`echo "$0" |sed 's,.*[\\/],,'`if expr a : '\(a\)' >/dev/null 2>&1; then as_expr=exprelse as_expr=falsefirm -f conf$$ conf$$.exe conf$$.fileecho >conf$$.fileif ln -s conf$$.file conf$$ 2>/dev/null; then # We could just check for DJGPP; but this test a) works b) is more generic # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). if test -f conf$$.exe; then # Don't use ln at all; we don't have any links as_ln_s='cp -p' else as_ln_s='ln -s' fielif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=lnelse as_ln_s='cp -p'firm -f conf$$ conf$$.exe conf$$.fileas_executable_p="test -f"# Support unset when possible.if (FOO=FOO; unset FOO) >/dev/null 2>&1; then as_unset=unsetelse as_unset=falsefi# NLS nuisances.$as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; }$as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; }$as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }$as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; }$as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; }$as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; }$as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; }$as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; }# IFS# We need space, tab and new line, in precisely that order.as_nl=''IFS=" $as_nl"# CDPATH.$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }exec 6>&1config_files=" Makefile ConsoleServer/Makefile ConsoleServer/foo/Makefile example/Makefile example/calculator/Makefile mod_gsoap/Makefile"config_headers=" config.h"config_commands=" default-1"ac_cs_usage="\\`$as_me' instantiates files from templates according to thecurrent configuration.Usage: $0 [OPTIONS] [FILE]... -h, --help print this help, then exit -V, --version print version number, then exit -d, --debug don't remove temporary files --recheck update $as_me by reconfiguring in the same conditions --file=FILE[:TEMPLATE] instantiate the configuration file FILE --header=FILE[:TEMPLATE] instantiate the configuration header FILEConfiguration files:$config_filesConfiguration headers:$config_headersConfiguration commands:$config_commandsReport bugs to <bug-autoconf@gnu.org>."ac_cs_version="\config.statusconfigured by ./configure, generated by GNU Autoconf 2.52, with options \"\"Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001Free Software Foundation, Inc.This config.status script is free software; the Free Software Foundationgives unlimited permission to copy, distribute and modify it."srcdir=.INSTALL="/usr/bin/ginstall -c"# If no file are specified by the user, then we need to provide default# value. By we need to know if files were specified by the user.ac_need_defaults=:while test $# != 0do case $1 in --*=*) ac_option=`expr "x$1" : 'x\([^=]*\)='` ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` shift set dummy "$ac_option" "$ac_optarg" ${1+"$@"} shift ;; -*);; *) # This is not an option, so the user has probably given explicit # arguments. ac_need_defaults=false;; esac case $1 in # Handling of the options. -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) echo "running /bin/sh ./configure " " --no-create --no-recursion" exec /bin/sh ./configure --no-create --no-recursion ;; --version | --vers* | -V ) echo "$ac_cs_version"; exit 0 ;; --he | --h) # Conflict between --help and --header { { echo "$as_me:8683: error: ambiguous option: $1Try \`$0 --help' for more information." >&5echo "$as_me: error: ambiguous option: $1Try \`$0 --help' for more information." >&2;} { (exit 1); exit 1; }; };; --help | --hel | -h ) echo "$ac_cs_usage"; exit 0 ;; --debug | --d* | -d ) debug=: ;; --file | --fil | --fi | --f ) shift CONFIG_FILES="$CONFIG_FILES $1" ac_need_defaults=false;; --header | --heade | --head | --hea ) shift CONFIG_HEADERS="$CONFIG_HEADERS $1" ac_need_defaults=false;; # This is an error. -*) { { echo "$as_me:8702: error: unrecognized option: $1Try \`$0 --help' for more information." >&5echo "$as_me: error: unrecognized option: $1Try \`$0 --help' for more information." >&2;} { (exit 1); exit 1; }; } ;; *) ac_config_targets="$ac_config_targets $1" ;; esac shiftdoneexec 5>>config.logcat >&5 << _ACEOF## ----------------------- #### Running config.status. #### ----------------------- ##This file was extended by $as_me 2.52, executed with CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_LINKS = $CONFIG_LINKS CONFIG_COMMANDS = $CONFIG_COMMANDS > $ac_cs_invocationon `(hostname || uname -n) 2>/dev/null | sed 1q`_ACEOF## INIT-COMMANDS section.#AMDEP_TRUE=""ac_aux_dir="."for ac_config_target in $ac_config_targetsdo case "$ac_config_target" in # Handling of arguments. "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; "ConsoleServer/Makefile" ) CONFIG_FILES="$CONFIG_FILES ConsoleServer/Makefile" ;; "ConsoleServer/foo/Makefile" ) CONFIG_FILES="$CONFIG_FILES ConsoleServer/foo/Makefile" ;; "example/Makefile" ) CONFIG_FILES="$CONFIG_FILES example/Makefile" ;; "example/calculator/Makefile" ) CONFIG_FILES="$CONFIG_FILES example/calculator/Makefile" ;; "mod_gsoap/Makefile" ) CONFIG_FILES="$CONFIG_FILES mod_gsoap/Makefile" ;; "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; *) { { echo "$as_me:8755: error: invalid argument: $ac_config_target" >&5echo "$as_me: error: invalid argument: $ac_config_target" >&2;} { (exit 1); exit 1; }; };; esacdone# If the user did not use the arguments to specify the items to instantiate,# then the envvar interface is used. Set only those that are not.# We use the long form for the default assignment because of an extremely# bizarre bug on SunOS 4.1.3.if $ac_need_defaults; then test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commandsfi# Create a temporary directory, and hook for its removal unless debugging.$debug ||{ trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 trap '{ (exit 1); exit 1; }' 1 2 13 15}# Create a (secure) tmp directory for tmp files.: ${TMPDIR=/tmp}{ tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp"} ||{ tmp=$TMPDIR/cs$$-$RANDOM (umask 077 && mkdir $tmp)} ||{ echo "$me: cannot create a temporary directory in $TMPDIR" >&2 { (exit 1); exit 1; }}## CONFIG_FILES section.## No need to generate the scripts if there are no CONFIG_FILES.# This happens for instance when ./config.status config.hif test -n "$CONFIG_FILES"; then # Protect against being on the right side of a sed subst in config.status. sed 's/,@/@@/; s/@,/@@/; s/,;t t$/@;t t/; /@;t t$/s/[\\&,]/\\&/g; s/@@/,@/; s/@@/@,/; s/@;t t$/,;t t/' >$tmp/subs.sed <<\CEOFs,@SHELL@,/bin/sh,;t ts,@exec_prefix@,${prefix},;t ts,@prefix@,/usr/local,;t ts,@program_transform_name@,s,x,x,,;t ts,@bindir@,${exec_prefix}/bin,;t ts,@sbindir@,${exec_prefix}/sbin,;t ts,@libexecdir@,${exec_prefix}/libexec,;t ts,@datadir@,${prefix}/share,;t ts,@sysconfdir@,${prefix}/etc,;t ts,@sharedstatedir@,${prefix}/com,;t ts,@localstatedir@,${prefix}/var,;t ts,@libdir@,${exec_prefix}/lib,;t ts,@includedir@,${prefix}/include,;t ts,@oldincludedir@,/usr/include,;t ts,@infodir@,${prefix}/info,;t ts,@mandir@,${prefix}/man,;t ts,@PACKAGE_NAME@,,;t ts,@PACKAGE_TARNAME@,,;t ts,@PACKAGE_VERSION@,,;t ts,@PACKAGE_STRING@,,;t ts,@PACKAGE_BUGREPORT@,,;t ts,@build_alias@,i686-suse-linux,;t ts,@host_alias@,i686-suse-linux,;t ts,@target_alias@,i686-suse-linux,;t ts,@ECHO_C@,,;t ts,@ECHO_N@,-n,;t ts,@ECHO_T@,,;t ts,@PATH_SEPARATOR@,:,;t ts,@DEFS@,-DHAVE_CONFIG_H,;t ts,@LIBS@,,;t ts,@build@,i686-suse-linux,;t ts,@build_cpu@,i686,;t ts,@build_vendor@,suse,;t ts,@build_os@,linux,;t ts,@host@,i686-suse-linux,;t ts,@host_cpu@,i686,;t ts,@host_vendor@,suse,;t ts,@host_os@,linux,;t ts,@target@,i686-suse-linux,;t ts,@target_cpu@,i686,;t ts,@target_vendor@,suse,;t ts,@target_os@,linux,;t ts,@INSTALL_PROGRAM@,${INSTALL},;t ts,@INSTALL_SCRIPT@,${INSTALL},;t ts,@INSTALL_DATA@,${INSTALL} -m 644,;t ts,@PACKAGE@,mod_gsoap,;t ts,@VERSION@,0.0.5,;t ts,@EXEEXT@,,;t ts,@OBJEXT@,o,;t ts,@ACLOCAL@,${SHELL} /home/aberger/apache_gsoap.0.0.5/missing --run aclocal,;t ts,@AUTOCONF@,${SHELL} /home/aberger/apache_gsoap.0.0.5/missing --run autoconf,;t ts,@AUTOMAKE@,${SHELL} /home/aberger/apache_gsoap.0.0.5/missing --run automake,;t ts,@AUTOHEADER@,${SHELL} /home/aberger/apache_gsoap.0.0.5/missing --run autoheader,;t ts,@MAKEINFO@,${SHELL} /home/aberger/apache_gsoap.0.0.5/missing --run makeinfo,;t ts,@AMTAR@,${SHELL} /home/aberger/apache_gsoap.0.0.5/missing --run tar,;t ts,@install_sh@,/home/aberger/apache_gsoap.0.0.5/install-sh,;t ts,@INSTALL_STRIP_PROGRAM@,${SHELL} $(install_sh) -c -s,;t ts,@AWK@,gawk,;t ts,@SET_MAKE@,,;t ts,@AMDEP_TRUE@,,;t ts,@AMDEP_FALSE@,#,;t ts,@AMDEPBACKSLASH@,\,;t ts,@DEPDIR@,.deps,;t ts,@EXISTS_GSOAP@,yes,;t ts,@DEBUG_TRUE@,#,;t ts,@DEBUG_FALSE@,,;t ts,@CXXDEBUGDEFINES@,-D_NDEBUG,;t ts,@APXS_CXX_OPTIONS@,,;t ts,@CC@,gcc,;t ts,@CFLAGS@,-g -O2,;t ts,@LDFLAGS@,,;t ts,@CPPFLAGS@,,;t ts,@ac_ct_CC@,gcc,;t ts,@am__include@,include,;t ts,@am__quote@,,;t ts,@CCDEPMODE@,depmode=gcc,;t ts,@CPP@,gcc -E,;t ts,@CXX@,g++,;t ts,@CXXFLAGS@, -O2,;t ts,@ac_ct_CXX@,g++,;t ts,@CXXDEPMODE@,depmode=gcc,;t ts,@EXISTS_APXS@,yes,;t ts,@LN_S@,ln -s,;t ts,@ECHO@,echo,;t ts,@RANLIB@,ranlib,;t ts,@ac_ct_RANLIB@,ranlib,;t ts,@STRIP@,strip,;t ts,@ac_ct_STRIP@,strip,;t ts,@DLLTOOL@,dlltool,;t ts,@ac_ct_DLLTOOL@,,;t ts,@AS@,as,;t ts,@ac_ct_AS@,,;t ts,@OBJDUMP@,objdump,;t ts,@ac_ct_OBJDUMP@,,;t ts,@LIBTOOL@,$(SHELL) $(top_builddir)/libtool,;t ts,@LIBTOOL_DEPS@,./ltmain.sh,;t tCEOF # Split the substitutions into bite-sized pieces for seds with # small command number limits, like on Digital OSF/1 and HP-UX. ac_max_sed_lines=48 ac_sed_frag=1 # Number of current file. ac_beg=1 # First line for current file. ac_end=$ac_max_sed_lines # Line after last line for current file. ac_more_lines=: ac_sed_cmds= while $ac_more_lines; do if test $ac_beg -gt 1; then sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag else sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag fi if test ! -s $tmp/subs.frag; then ac_more_lines=false else # The purpose of the label and of the branching condition is to # speed up the sed processing (if there are no `@' at all, there # is no need to browse any of the substitutions). # These are the two extra sed commands mentioned above. (echo ':t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed if test -z "$ac_sed_cmds"; then ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" else ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" fi ac_sed_frag=`expr $ac_sed_frag + 1` ac_beg=$ac_end ac_end=`expr $ac_end + $ac_max_sed_lines` fi done
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -