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

📄 configure

📁 File system using stacked.
💻
📖 第 1 页 / 共 5 页
字号:
echo $ECHO_N "checking if --enable-debug_wop option specified... $ECHO_C" >&6# Check whether --enable-debug_wop or --disable-debug_wop was given.if test "${enable_debug_wop+set}" = set; then  enableval="$enable_debug_wop"  db_cv_debug_wop="$enable_debug_wop"else  db_cv_debug_wop="no"fi;echo "$as_me:$LINENO: result: $db_cv_debug_wop" >&5echo "${ECHO_T}$db_cv_debug_wop" >&6echo "$as_me:$LINENO: checking if --enable-diagnostic option specified" >&5echo $ECHO_N "checking if --enable-diagnostic option specified... $ECHO_C" >&6# Check whether --enable-diagnostic or --disable-diagnostic was given.if test "${enable_diagnostic+set}" = set; then  enableval="$enable_diagnostic"  db_cv_diagnostic="$enable_diagnostic"else  db_cv_diagnostic="no"fi;echo "$as_me:$LINENO: result: $db_cv_diagnostic" >&5echo "${ECHO_T}$db_cv_diagnostic" >&6echo "$as_me:$LINENO: checking if --enable-dump185 option specified" >&5echo $ECHO_N "checking if --enable-dump185 option specified... $ECHO_C" >&6# Check whether --enable-dump185 or --disable-dump185 was given.if test "${enable_dump185+set}" = set; then  enableval="$enable_dump185"  db_cv_dump185="$enable_dump185"else  db_cv_dump185="no"fi;echo "$as_me:$LINENO: result: $db_cv_dump185" >&5echo "${ECHO_T}$db_cv_dump185" >&6echo "$as_me:$LINENO: checking if --enable-java option specified" >&5echo $ECHO_N "checking if --enable-java option specified... $ECHO_C" >&6# Check whether --enable-java or --disable-java was given.if test "${enable_java+set}" = set; then  enableval="$enable_java"  db_cv_java="$enable_java"else  db_cv_java="no"fi;echo "$as_me:$LINENO: result: $db_cv_java" >&5echo "${ECHO_T}$db_cv_java" >&6echo "$as_me:$LINENO: checking if --enable-posixmutexes option specified" >&5echo $ECHO_N "checking if --enable-posixmutexes option specified... $ECHO_C" >&6# Check whether --enable-posixmutexes or --disable-posixmutexes was given.if test "${enable_posixmutexes+set}" = set; then  enableval="$enable_posixmutexes"  db_cv_posixmutexes="$enable_posixmutexes"else  db_cv_posixmutexes="no"fi;echo "$as_me:$LINENO: result: $db_cv_posixmutexes" >&5echo "${ECHO_T}$db_cv_posixmutexes" >&6echo "$as_me:$LINENO: checking if --enable-rpc option specified" >&5echo $ECHO_N "checking if --enable-rpc option specified... $ECHO_C" >&6# Check whether --enable-rpc or --disable-rpc was given.if test "${enable_rpc+set}" = set; then  enableval="$enable_rpc"  db_cv_rpc="$enable_rpc"else  db_cv_rpc="no"fi;echo "$as_me:$LINENO: result: $db_cv_rpc" >&5echo "${ECHO_T}$db_cv_rpc" >&6echo "$as_me:$LINENO: checking if --enable-tcl option specified" >&5echo $ECHO_N "checking if --enable-tcl option specified... $ECHO_C" >&6# Check whether --enable-tcl or --disable-tcl was given.if test "${enable_tcl+set}" = set; then  enableval="$enable_tcl"  db_cv_tcl="$enable_tcl"else  db_cv_tcl="no"fi;echo "$as_me:$LINENO: result: $db_cv_tcl" >&5echo "${ECHO_T}$db_cv_tcl" >&6echo "$as_me:$LINENO: checking if --enable-test option specified" >&5echo $ECHO_N "checking if --enable-test option specified... $ECHO_C" >&6# Check whether --enable-test or --disable-test was given.if test "${enable_test+set}" = set; then  enableval="$enable_test"  db_cv_test="$enable_test"else  db_cv_test="no"fi;echo "$as_me:$LINENO: result: $db_cv_test" >&5echo "${ECHO_T}$db_cv_test" >&6echo "$as_me:$LINENO: checking if --enable-uimutexes option specified" >&5echo $ECHO_N "checking if --enable-uimutexes option specified... $ECHO_C" >&6# Check whether --enable-uimutexes or --disable-uimutexes was given.if test "${enable_uimutexes+set}" = set; then  enableval="$enable_uimutexes"  db_cv_uimutexes="$enable_uimutexes"else  db_cv_uimutexes="no"fi;echo "$as_me:$LINENO: result: $db_cv_uimutexes" >&5echo "${ECHO_T}$db_cv_uimutexes" >&6echo "$as_me:$LINENO: checking if --enable-umrw option specified" >&5echo $ECHO_N "checking if --enable-umrw option specified... $ECHO_C" >&6# Check whether --enable-umrw or --disable-umrw was given.if test "${enable_umrw+set}" = set; then  enableval="$enable_umrw"  db_cv_umrw="$enable_umrw"else  db_cv_umrw="no"fi;echo "$as_me:$LINENO: result: $db_cv_umrw" >&5echo "${ECHO_T}$db_cv_umrw" >&6echo "$as_me:$LINENO: checking if --with-embedix=DIR option specified" >&5echo $ECHO_N "checking if --with-embedix=DIR option specified... $ECHO_C" >&6# Check whether --with-embedix or --without-embedix was given.if test "${with_embedix+set}" = set; then  withval="$with_embedix"  with_embedix="$withval"else  with_embedix="no"fi;if test "$with_embedix" = "no"; then	db_cv_embedix="no"	echo "$as_me:$LINENO: result: $with_embedix" >&5echo "${ECHO_T}$with_embedix" >&6else	db_cv_embedix="yes"	if test "$with_embedix" = "yes"; then		db_cv_path_embedix_install="/opt/Embedix"	else		db_cv_path_embedix_install="$with_embedix"	fi	echo "$as_me:$LINENO: result: $db_cv_path_embedix_install" >&5echo "${ECHO_T}$db_cv_path_embedix_install" >&6fiecho "$as_me:$LINENO: checking if --with-mutex=MUTEX option specified" >&5echo $ECHO_N "checking if --with-mutex=MUTEX option specified... $ECHO_C" >&6# Check whether --with-mutex or --without-mutex was given.if test "${with_mutex+set}" = set; then  withval="$with_mutex"  with_mutex="$withval"else  with_mutex="no"fi;if test "$with_mutex" = "yes"; then	{ { echo "$as_me:$LINENO: error: --with-mutex requires a mutex name argument" >&5echo "$as_me: error: --with-mutex requires a mutex name argument" >&2;}   { (exit 1); exit 1; }; }fiif test "$with_mutex" != "no"; then	db_cv_mutex="$with_mutex"fiecho "$as_me:$LINENO: result: $with_mutex" >&5echo "${ECHO_T}$with_mutex" >&6echo "$as_me:$LINENO: checking if --with-rpm=DIR option specified" >&5echo $ECHO_N "checking if --with-rpm=DIR option specified... $ECHO_C" >&6# Check whether --with-rpm or --without-rpm was given.if test "${with_rpm+set}" = set; then  withval="$with_rpm"  with_rpm="$withval"else  with_rpm="no"fi;if test "$with_rpm" = "no"; then	db_cv_rpm="no"else	if test "$with_rpm" = "yes"; then		{ { echo "$as_me:$LINENO: error: --with-rpm requires a directory argument" >&5echo "$as_me: error: --with-rpm requires a directory argument" >&2;}   { (exit 1); exit 1; }; }	fi	db_cv_rpm="yes"	db_cv_path_rpm_archive="$with_rpm"fiecho "$as_me:$LINENO: result: $with_rpm" >&5echo "${ECHO_T}$with_rpm" >&6echo "$as_me:$LINENO: checking if --with-tcl=DIR option specified" >&5echo $ECHO_N "checking if --with-tcl=DIR option specified... $ECHO_C" >&6# Check whether --with-tcl or --without-tcl was given.if test "${with_tcl+set}" = set; then  withval="$with_tcl"  with_tclconfig="$withval"else  with_tclconfig="no"fi;echo "$as_me:$LINENO: result: $with_tclconfig" >&5echo "${ECHO_T}$with_tclconfig" >&6if test "$with_tclconfig" != "no"; then	db_cv_tcl="yes"fiecho "$as_me:$LINENO: checking if --with-uniquename=NAME option specified" >&5echo $ECHO_N "checking if --with-uniquename=NAME option specified... $ECHO_C" >&6# Check whether --with-uniquename or --without-uniquename was given.if test "${with_uniquename+set}" = set; then  withval="$with_uniquename"  with_uniquename="$withval"else  with_uniquename="no"fi;if test "$with_uniquename" = "no"; then	db_cv_uniquename="no"	echo "$as_me:$LINENO: result: $with_uniquename" >&5echo "${ECHO_T}$with_uniquename" >&6else	db_cv_uniquename="yes"	if test "$with_uniquename" != "yes"; then		DB_VERSION_UNIQUE_NAME="$with_uniquename"	fi	echo "$as_me:$LINENO: result: $DB_VERSION_UNIQUE_NAME" >&5echo "${ECHO_T}$DB_VERSION_UNIQUE_NAME" >&6fi# Embedix requires RPM.if test "$db_cv_embedix" = "yes"; then	if test "$db_cv_rpm" = "no"; then		{ { echo "$as_me:$LINENO: error: --with-embedix requires --with-rpm" >&5echo "$as_me: error: --with-embedix requires --with-rpm" >&2;}   { (exit 1); exit 1; }; }	fifi# Test requires Tclif test "$db_cv_test" = "yes"; then	if test "$db_cv_tcl" = "no"; then		{ { echo "$as_me:$LINENO: error: --enable-test requires --enable-tcl" >&5echo "$as_me: error: --enable-test requires --enable-tcl" >&2;}   { (exit 1); exit 1; }; }	fifi# Set some #defines based on configuration options.if test "$db_cv_diagnostic" = yes; then	cat >>confdefs.h <<\_ACEOF#define DIAGNOSTIC 1_ACEOFfiif test "$db_cv_debug_rop" = yes; then	cat >>confdefs.h <<\_ACEOF#define DEBUG_ROP 1_ACEOFfiif test "$db_cv_debug_wop" = yes; then	cat >>confdefs.h <<\_ACEOF#define DEBUG_WOP 1_ACEOFfiif test "$db_cv_umrw" = yes; then	cat >>confdefs.h <<\_ACEOF#define UMRW 1_ACEOFfiif test "$db_cv_test" = yes; then	cat >>confdefs.h <<\_ACEOF#define CONFIG_TEST 1_ACEOFfi# Check for programs used in building and installation.if test -n "$ac_tool_prefix"; then  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.set dummy ${ac_tool_prefix}ar; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_db_cv_path_ar+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  if test -n "$db_cv_path_ar"; then  ac_cv_prog_db_cv_path_ar="$db_cv_path_ar" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdo  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_db_cv_path_ar="${ac_tool_prefix}ar"    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5    break 2  fidonedonefifidb_cv_path_ar=$ac_cv_prog_db_cv_path_arif test -n "$db_cv_path_ar"; then  echo "$as_me:$LINENO: result: $db_cv_path_ar" >&5echo "${ECHO_T}$db_cv_path_ar" >&6else  echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fifiif test -z "$ac_cv_prog_db_cv_path_ar"; then  ac_ct_db_cv_path_ar=$db_cv_path_ar  # Extract the first word of "ar", so it can be a program name with args.set dummy ar; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_ac_ct_db_cv_path_ar+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  if test -n "$ac_ct_db_cv_path_ar"; then  ac_cv_prog_ac_ct_db_cv_path_ar="$ac_ct_db_cv_path_ar" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdo  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_db_cv_path_ar="ar"    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5    break 2  fidonedone  test -z "$ac_cv_prog_ac_ct_db_cv_path_ar" && ac_cv_prog_ac_ct_db_cv_path_ar="missing_ar"fifiac_ct_db_cv_path_ar=$ac_cv_prog_ac_ct_db_cv_path_arif test -n "$ac_ct_db_cv_path_ar"; then  echo "$as_me:$LINENO: result: $ac_ct_db_cv_path_ar" >&5echo "${ECHO_T}$ac_ct_db_cv_path_ar" >&6else  echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fi  db_cv_path_ar=$ac_ct_db_cv_path_arelse  db_cv_path_ar="$ac_cv_prog_db_cv_path_ar"fiif test "$db_cv_path_ar" = missing_ar; then	{ { echo "$as_me:$LINENO: error: No ar utility found." >&5echo "$as_me: error: No ar utility found." >&2;}   { (exit 1); exit 1; }; }fiif test -n "$ac_tool_prefix"; then  # Extract the first word of "${ac_tool_prefix}chmod", so it can be a program name with args.set dummy ${ac_tool_prefix}chmod; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_db_cv_path_chmod+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  if test -n "$db_cv_path_chmod"; then  ac_cv_prog_db_cv_path_chmod="$db_cv_path_chmod" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdo  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_db_cv_path_chmod="${ac_tool_prefix}chmod"    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5    break 2  fidonedonefifidb_cv_path_chmod=$ac_cv_prog_db_cv_path_chmodif test -n "$db_cv_path_chmod"; then  echo "$as_me:$LINENO: result: $db_cv_path_chmod" >&5echo "${ECHO_T}$db_cv_path_chmod" >&6else  echo "$as_me:$LINENO: result: no"

⌨️ 快捷键说明

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