📄 rn_complete.patch
字号:
++++++cat >>confdefs.h <<_ACEOF++#define PACKAGE_VERSION "$PACKAGE_VERSION"++_ACEOF++++++cat >>confdefs.h <<_ACEOF++#define PACKAGE_STRING "$PACKAGE_STRING"++_ACEOF++++++cat >>confdefs.h <<_ACEOF++#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"++_ACEOF++++++# 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"++ fi++fi++for ac_site_file in $CONFIG_SITE; do++ if test -r "$ac_site_file"; then++ { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5++echo "$as_me: loading site script $ac_site_file" >&6;}++ sed 's/^/| /' "$ac_site_file" >&5++ . "$ac_site_file"++ fi++done++++if 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:$LINENO: loading cache $cache_file" >&5++echo "$as_me: loading cache $cache_file" >&6;}++ case $cache_file in++ [\\/]* | ?:[\\/]* ) . $cache_file;;++ *) . ./$cache_file;;++ esac++ fi++else++ { echo "$as_me:$LINENO: creating cache $cache_file" >&5++echo "$as_me: creating cache $cache_file" >&6;}++ >$cache_file++fi++++# Check that the precious variables saved in the cache have kept the same++# value.++ac_cache_corrupted=false++for 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:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5++echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}++ ac_cache_corrupted=: ;;++ ,set)++ { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5++echo "$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:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5++echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}++ { echo "$as_me:$LINENO: former value: $ac_old_val" >&5++echo "$as_me: former value: $ac_old_val" >&2;}++ { echo "$as_me:$LINENO: current value: $ac_new_val" >&5++echo "$as_me: current value: $ac_new_val" >&2;}++ ac_cache_corrupted=:++ fi;;++ esac++ # Pass precious variables to config.status.++ if test "$ac_new_set" = set; then++ case $ac_new_val in++ *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)++ ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;++ *) ac_arg=$ac_var=$ac_new_val ;;++ esac++ case " $ac_configure_args " in++ *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.++ *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;++ esac++ fi++done++if $ac_cache_corrupted; then++ { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5++echo "$as_me: error: changes in the environment can compromise the build" >&2;}++ { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5++echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}++ { (exit 1); exit 1; }; }++fi++++ac_ext=c++ac_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_gnu++++++++++++++++++++++++++++++++++++++ac_config_headers="$ac_config_headers config.h"++++ac_ext=c++ac_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_gnu++if test -n "$ac_tool_prefix"; then++ # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.++set dummy ${ac_tool_prefix}gcc; ac_word=$2++echo "$as_me:$LINENO: checking for $ac_word" >&5++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6++if test "${ac_cv_prog_CC+set}" = set; then++ echo $ECHO_N "(cached) $ECHO_C" >&6++else++ if test -n "$CC"; then++ ac_cv_prog_CC="$CC" # Let the user override the test.++else++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR++for as_dir in $PATH++do++ IFS=$as_save_IFS++ test -z "$as_dir" && as_dir=.++ for ac_exec_ext in '' $ac_executable_extensions; do++ if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then++ ac_cv_prog_CC="${ac_tool_prefix}gcc"++ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5++ break 2++ fi++done++done++++fi++fi++CC=$ac_cv_prog_CC++if test -n "$CC"; then++ echo "$as_me:$LINENO: result: $CC" >&5++echo "${ECHO_T}$CC" >&6++else++ echo "$as_me:$LINENO: result: no" >&5++echo "${ECHO_T}no" >&6++fi++++fi++if test -z "$ac_cv_prog_CC"; then++ ac_ct_CC=$CC++ # Extract the first word of "gcc", so it can be a program name with args.++set dummy gcc; ac_word=$2++echo "$as_me:$LINENO: checking for $ac_word" >&5++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6++if test "${ac_cv_prog_ac_ct_CC+set}" = set; then++ echo $ECHO_N "(cached) $ECHO_C" >&6++else++ if test -n "$ac_ct_CC"; then++ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.++else++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR++for as_dir in $PATH++do++ IFS=$as_save_IFS++ test -z "$as_dir" && as_dir=.++ for ac_exec_ext in '' $ac_executable_extensions; do++ if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then++ ac_cv_prog_ac_ct_CC="gcc"++ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5++ break 2++ fi++done++done++++fi++fi++ac_ct_CC=$ac_cv_prog_ac_ct_CC++if test -n "$ac_ct_CC"; then++ echo "$as_me:$LINENO: result: $ac_ct_CC" >&5++echo "${ECHO_T}$ac_ct_CC" >&6++else++ echo "$as_me:$LINENO: result: no" >&5++echo "${ECHO_T}no" >&6++fi++++ CC=$ac_ct_CC++else++ CC="$ac_cv_prog_CC"++fi++++if test -z "$CC"; then++ if test -n "$ac_tool_prefix"; then++ # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.++set dummy ${ac_tool_prefix}cc; ac_word=$2++echo "$as_me:$LINENO: checking for $ac_word" >&5++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6++if test "${ac_cv_prog_CC+set}" = set; then++ echo $ECHO_N "(cached) $ECHO_C" >&6++else++ if test -n "$CC"; then++ ac_cv_prog_CC="$CC" # Let the user override the test.++else++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR++for as_dir in $PATH++do++ IFS=$as_save_IFS++ test -z "$as_dir" && as_dir=.++ for ac_exec_ext in '' $ac_executable_extensions; do++ if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then++ ac_cv_prog_CC="${ac_tool_prefix}cc"++ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5++ break 2++ fi++done++done++++fi++fi++CC=$ac_cv_prog_CC++if test -n "$CC"; then++ echo "$as_me:$LINENO: result: $CC" >&5++echo "${ECHO_T}$CC" >&6++else++ echo "$as_me:$LINENO: result: no" >&5++echo "${ECHO_T}no" >&6++fi++++fi++if test -z "$ac_cv_prog_CC"; then++ ac_ct_CC=$CC++ # Extract the first word of "cc", so it can be a program name with args.++set dummy cc; ac_word=$2++echo "$as_me:$LINENO: checking for $ac_word" >&5++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6++if test "${ac_cv_prog_ac_ct_CC+set}" = set; then++ echo $ECHO_N "(cached) $ECHO_C" >&6++else++ if test -n "$ac_ct_CC"; then++ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.++else++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR++for as_dir in $PATH++do++ IFS=$as_save_IFS++ test -z "$as_dir" && as_dir=.++ for ac_exec_ext in '' $ac_executable_extensions; do++ if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then++ ac_cv_prog_ac_ct_CC="cc"++ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5++ break 2++ fi++done++done++++fi++fi++ac_ct_CC=$ac_cv_prog_ac_ct_CC++if test -n "$ac_ct_CC"; then++ echo "$as_me:$LINENO: result: $ac_ct_CC" >&5++echo "${ECHO_T}$ac_ct_CC" >&6++else++ echo "$as_me:$LINENO: result: no" >&5++echo "${ECHO_T}no" >&6++fi++++ CC=$ac_ct_CC++else++ CC="$ac_cv_prog_CC"++fi++++fi++if test -z "$CC"; then++ # Extract the first word of "cc", so it can be a program name with args.++set dummy cc; ac_word=$2++echo "$as_me:$LINENO: checking for $ac_word" >&5++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6++if test "${ac_cv_prog_CC+set}" = set; then++ echo $ECHO_N "(cached) $ECHO_C" >&6++else++ if test -n "$CC"; then++ ac_cv_prog_CC="$CC" # Let the user override the test.++else++ ac_prog_rejected=no++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR++for as_dir in $PATH++do++ IFS=$as_save_IFS++ test -z "$as_dir" && as_dir=.++ for ac_exec_ext in '' $ac_executable_extensions; do++ if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then++ if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then++ ac_prog_rejected=yes++ continue++ fi++ ac_cv_prog_CC="cc"++ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5++ break 2++ fi++done++done++++if test $ac_prog_rejected = yes; then++ # We found a bogon in the path, so make sure we never use it.++ set dummy $ac_cv_prog_CC++ shift++ if test $# != 0; then++ # We chose a different compiler from the bogus one.++ # However, it has the same basename, so the bogon will be chosen++ # first if we set CC to just the basename; use the full file name.++ shift++ set dummy "$as_dir/$ac_word" ${1+"$@"}++ shift++ ac_cv_prog_CC="$@"++ fi++fi++fi++fi++CC=$ac_cv_prog_CC++if test -n "$CC"; then++ echo "$as_me:$LINENO: result: $CC" >&5++echo "${ECHO_T}$CC" >&6++else++ echo "$as_me:$LINENO: result: no" >&5++echo "${ECHO_T}no" >&6++fi++++fi++if test -z "$CC"; then++ if test -n "$ac_tool_prefix"; then++ for ac_prog in cl++ do++ # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.++set dummy $ac_tool_prefix$ac_prog; ac_word=$2++echo "$as_me:$LINENO: checking for $ac_word" >&5++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6++if test "${ac_cv_prog_CC+set}" = set; then++ echo $ECHO_N "(cached) $ECHO_C" >&6++else++ if test -n "$CC"; then++ ac_cv_prog_CC="$CC" # Let the user override the test.++else++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR++for as_dir in $PATH++do++ IFS=$as_save_IFS++ test -z "$as_dir" && as_dir=.++ for ac_exec_ext in '' $ac_executable_extensions; do++ if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then++ ac_cv_prog_CC="$ac_tool_prefix$ac_prog"++ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5++ break 2++ fi++done++done++++fi++fi++CC=$ac_cv_prog_CC++if test -n "$CC"; then++ echo "$as_me:$LINENO: result: $CC" >&5++echo "${ECHO_T}$CC" >&6++else++ echo "$as_me:$LINENO: result: no" >&5++echo "${ECHO_T}no" >&6++fi++++ test -n "$CC" && break++ done++fi++if test -z "$CC"; then++ ac_ct_CC=$CC++ for ac_prog in cl++do++ # Extract the first word of "$ac_prog", so it can be a program name with args.++set dummy $ac_prog; ac_word=$2++echo "$as_me:$LINENO: checking for $ac_word" >&5++echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6++if test "${ac_cv_prog_ac_ct_CC+set}" = set; then++ echo $ECHO_N "(cached) $ECHO_C" >&6++else++ if test -n "$ac_ct_CC"; then++ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.++else++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR++for as_dir in $PATH
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -