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

📄 configure

📁 一个可以替代windows ODBC驱动程序管理器的通用ODBC数据库引擎
💻
📖 第 1 页 / 共 5 页
字号:
echo "$as_me:1177: result: $INSTALL" >&5echo "${ECHO_T}$INSTALL" >&6# Use test -z because SunOS4 sh mishandles braces in ${var-val}.# It thinks the first close brace ends the variable substitution.test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'echo "$as_me:1188: checking whether build environment is sane" >&5echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6# Just in casesleep 1echo timestamp > conftestfile# Do `set' in a subshell so we don't clobber the current shell's# arguments.  Must try -L first in case configure is actually a# symlink; some systems play weird games with the mod time of symlinks# (eg FreeBSD returns the mod time of the symlink's containing# directory).if (   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`   if test "$*" = "X"; then      # -L didn't work.      set X `ls -t $srcdir/configure conftestfile`   fi   if test "$*" != "X $srcdir/configure conftestfile" \      && test "$*" != "X conftestfile $srcdir/configure"; then      # If neither matched, then we have a broken ls.  This can happen      # if, for instance, CONFIG_SHELL is bash and it inherits a      # broken ls alias from the environment.  This has actually      # happened.  Such a system could not be considered "sane".      { { echo "$as_me:1211: error: ls -t appears to fail.  Make sure there is not a brokenalias in your environment" >&5echo "$as_me: error: ls -t appears to fail.  Make sure there is not a brokenalias in your environment" >&2;}   { (exit 1); exit 1; }; }   fi   test "$2" = conftestfile   )then   # Ok.   :else   { { echo "$as_me:1224: error: newly created file is older than distributed files!Check your system clock" >&5echo "$as_me: error: newly created file is older than distributed files!Check your system clock" >&2;}   { (exit 1); exit 1; }; }firm -f conftest*echo "$as_me:1231: result: yes" >&5echo "${ECHO_T}yes" >&6if test "$program_transform_name" = s,x,x,; then  program_transform_name=else  # Double any \ or $.  echo might interpret backslashes.  cat <<\EOF >conftest.seds,\\,\\\\,g; s,\$,$$,gEOF  program_transform_name=`echo $program_transform_name | sed -f conftest.sed`  rm -f conftest.sedfitest "$program_prefix" != NONE &&  program_transform_name="s,^,${program_prefix},;$program_transform_name"# Use a double $ so make ignores it.test "$program_suffix" != NONE &&  program_transform_name="s,\$\$,${program_suffix},;$program_transform_name"# sed with no file args requires a program.test -z "$program_transform_name" && program_transform_name="s,x,x,"echo "$as_me:1252: checking whether ${MAKE-make} sets \${MAKE}" >&5echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  cat >conftest.make <<\EOFall:	@echo 'ac_maketemp="${MAKE}"'EOF# GNU make sometimes prints "make[1]: Entering...", which would confuse us.eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`if test -n "$ac_maketemp"; then  eval ac_cv_prog_make_${ac_make}_set=yeselse  eval ac_cv_prog_make_${ac_make}_set=nofirm -f conftest.makefiif eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then  echo "$as_me:1272: result: yes" >&5echo "${ECHO_T}yes" >&6  SET_MAKE=else  echo "$as_me:1276: result: no" >&5echo "${ECHO_T}no" >&6  SET_MAKE="MAKE=${MAKE-make}"fiPACKAGE=libiodbcVERSION=3.0.5if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then  { { echo "$as_me:1286: error: source directory already configured; run \"make distclean\" there first" >&5echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}   { (exit 1); exit 1; }; }ficat >>confdefs.h <<EOF#define PACKAGE "$PACKAGE"EOFcat >>confdefs.h <<EOF#define VERSION "$VERSION"EOFmissing_dir=`cd $ac_aux_dir && pwd`echo "$as_me:1300: checking for working aclocal" >&5echo $ECHO_N "checking for working aclocal... $ECHO_C" >&6# Run test in a subshell; some versions of sh will print an error if# an executable is not found, even if stderr is redirected.# Redirect stdin to placate older versions of autoconf.  Sigh.if (aclocal --version) < /dev/null > /dev/null 2>&1; then   ACLOCAL=aclocal   echo "$as_me:1307: result: found" >&5echo "${ECHO_T}found" >&6else   ACLOCAL="$missing_dir/missing aclocal"   echo "$as_me:1311: result: missing" >&5echo "${ECHO_T}missing" >&6fiecho "$as_me:1315: checking for working autoconf" >&5echo $ECHO_N "checking for working autoconf... $ECHO_C" >&6# Run test in a subshell; some versions of sh will print an error if# an executable is not found, even if stderr is redirected.# Redirect stdin to placate older versions of autoconf.  Sigh.if (autoconf --version) < /dev/null > /dev/null 2>&1; then   AUTOCONF=autoconf   echo "$as_me:1322: result: found" >&5echo "${ECHO_T}found" >&6else   AUTOCONF="$missing_dir/missing autoconf"   echo "$as_me:1326: result: missing" >&5echo "${ECHO_T}missing" >&6fiecho "$as_me:1330: checking for working automake" >&5echo $ECHO_N "checking for working automake... $ECHO_C" >&6# Run test in a subshell; some versions of sh will print an error if# an executable is not found, even if stderr is redirected.# Redirect stdin to placate older versions of autoconf.  Sigh.if (automake --version) < /dev/null > /dev/null 2>&1; then   AUTOMAKE=automake   echo "$as_me:1337: result: found" >&5echo "${ECHO_T}found" >&6else   AUTOMAKE="$missing_dir/missing automake"   echo "$as_me:1341: result: missing" >&5echo "${ECHO_T}missing" >&6fiecho "$as_me:1345: checking for working autoheader" >&5echo $ECHO_N "checking for working autoheader... $ECHO_C" >&6# Run test in a subshell; some versions of sh will print an error if# an executable is not found, even if stderr is redirected.# Redirect stdin to placate older versions of autoconf.  Sigh.if (autoheader --version) < /dev/null > /dev/null 2>&1; then   AUTOHEADER=autoheader   echo "$as_me:1352: result: found" >&5echo "${ECHO_T}found" >&6else   AUTOHEADER="$missing_dir/missing autoheader"   echo "$as_me:1356: result: missing" >&5echo "${ECHO_T}missing" >&6fiecho "$as_me:1360: checking for working makeinfo" >&5echo $ECHO_N "checking for working makeinfo... $ECHO_C" >&6# Run test in a subshell; some versions of sh will print an error if# an executable is not found, even if stderr is redirected.# Redirect stdin to placate older versions of autoconf.  Sigh.if (makeinfo --version) < /dev/null > /dev/null 2>&1; then   MAKEINFO=makeinfo   echo "$as_me:1367: result: found" >&5echo "${ECHO_T}found" >&6else   MAKEINFO="$missing_dir/missing makeinfo"   echo "$as_me:1371: result: missing" >&5echo "${ECHO_T}missing" >&6fi# Make sure we can run config.sub.$ac_config_sub sun4 >/dev/null 2>&1 ||  { { echo "$as_me:1377: error: cannot run $ac_config_sub" >&5echo "$as_me: error: cannot run $ac_config_sub" >&2;}   { (exit 1); exit 1; }; }echo "$as_me:1381: checking build system type" >&5echo $ECHO_N "checking build system type... $ECHO_C" >&6if test "${ac_cv_build+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  ac_cv_build_alias=$build_aliastest -z "$ac_cv_build_alias" &&  ac_cv_build_alias=`$ac_config_guess`test -z "$ac_cv_build_alias" &&  { { echo "$as_me:1390: error: cannot guess build type; you must specify one" >&5echo "$as_me: error: cannot guess build type; you must specify one" >&2;}   { (exit 1); exit 1; }; }ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||  { { echo "$as_me:1394: error: $ac_config_sub $ac_cv_build_alias failed." >&5echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;}   { (exit 1); exit 1; }; }fiecho "$as_me:1399: result: $ac_cv_build" >&5echo "${ECHO_T}$ac_cv_build" >&6build=$ac_cv_buildbuild_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`echo "$as_me:1406: checking host system type" >&5echo $ECHO_N "checking host system type... $ECHO_C" >&6if test "${ac_cv_host+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  ac_cv_host_alias=$host_aliastest -z "$ac_cv_host_alias" &&  ac_cv_host_alias=$ac_cv_build_aliasac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||  { { echo "$as_me:1415: error: $ac_config_sub $ac_cv_host_alias failed" >&5echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}   { (exit 1); exit 1; }; }fiecho "$as_me:1420: result: $ac_cv_host" >&5echo "${ECHO_T}$ac_cv_host" >&6host=$ac_cv_hosthost_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`echo "$as_me:1427: checking whether to enable maintainer-specific portions of Makefiles" >&5echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.if test "${enable_maintainer_mode+set}" = set; then  enableval="$enable_maintainer_mode"  USE_MAINTAINER_MODE=$enablevalelse  USE_MAINTAINER_MODE=nofi;  echo "$as_me:1436: result: $USE_MAINTAINER_MODE" >&5echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6if test $USE_MAINTAINER_MODE = yes; then  MAINTAINER_MODE_TRUE=  MAINTAINER_MODE_FALSE='#'else  MAINTAINER_MODE_TRUE='#'  MAINTAINER_MODE_FALSE=fi  MAINT=$MAINTAINER_MODE_TRUE############################################################################									####  Check whether config.cache belongs to this machine			####									############################################################################echo "$as_me:1453: checking cached information" >&5echo $ECHO_N "checking cached information... $ECHO_C" >&6hostcheck="$host"if test "${ac_cv_hostcheck+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else   ac_cv_hostcheck="$hostcheck"fiif test "$ac_cv_hostcheck" != "$hostcheck"; then  echo "$as_me:1463: result: changed" >&5echo "${ECHO_T}changed" >&6  { echo "$as_me:1466: WARNING: Running on a different architecture." >&5echo "$as_me: WARNING: Running on a different architecture." >&2;}  { echo "$as_me:1468: WARNING: Can't use cached values." >&5echo "$as_me: WARNING: Can't use cached values." >&2;}  { { echo "$as_me:1470: error: Please remove the invalid config.cache file, then try again." >&5echo "$as_me: error: Please remove the invalid config.cache file, then try again." >&2;}   { (exit 1); exit 1; }; }else  echo "$as_me:1474: result: ok" >&5echo "${ECHO_T}ok" >&6fi############################################################################									####  Check for C compiler						####									############################################################################ac_ext=cac_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_gnuif 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=$2echo "$as_me:1491: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_CC+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  if test -n "$CC"; then  ac_cv_prog_CC="$CC" # Let the user override the test.else  ac_save_IFS=$IFS; IFS=$ac_path_separatorac_dummy="$PATH"for ac_dir in $ac_dummy; do  IFS=$ac_save_IFS  test -z "$ac_dir" && ac_dir=.  $as_executable_p "$ac_dir/$ac_word" || continueac_cv_prog_CC="${ac_tool_prefix}gcc"echo "$as_me:1506: found $ac_dir/$ac_word" >&5breakdonefifiCC=$ac_cv_prog_CCif test -n "$CC"; then  echo "$as_me:1514: result: $CC" >&5echo "${ECHO_T}$CC" >&6else  echo "$as_me:1517: result: no" >&5echo "${ECHO_T}no" >&6fifiif 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=$2echo "$as_me:1526: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_ac_ct_CC+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  if test -n "$ac_ct_CC"; then  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.else  ac_save_IFS=$IFS; IFS=$ac_path_separatorac_dummy="$PATH"for ac_dir in $ac_dummy; do  IFS=$ac_save_IFS  test -z "$ac_dir" && ac_dir=.  $as_executable_p "$ac_dir/$ac_word" || continueac_cv_prog_ac_ct_CC="gcc"echo "$as_me:1541: found $ac_dir/$ac_word" >&5breakdonefifiac_ct_CC=$ac_cv_prog_ac_ct_CCif test -n "$ac_ct_CC"; then  echo "$as_me:1549: result: $ac_ct_CC" >&5echo "${ECHO_T}$ac_ct_CC" >&6else  echo "$as_me:1552: result: no" >&5echo "${ECHO_T}no" >&6fi  CC=$ac_ct_CCelse  CC="$ac_cv_prog_CC"fiif 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=$2echo "$as_me:1565: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_CC+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6

⌨️ 快捷键说明

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