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

📄 configure

📁 Linux GPRS 模块多路复用实现多个虚拟串口
💻
📖 第 1 页 / 共 5 页
字号:
    ac_aux_dir=$ac_dir    ac_install_sh="$ac_aux_dir/install-sh -c"    break  elif test -f "$ac_dir/install.sh"; then    ac_aux_dir=$ac_dir    ac_install_sh="$ac_aux_dir/install.sh -c"    break  elif test -f "$ac_dir/shtool"; then    ac_aux_dir=$ac_dir    ac_install_sh="$ac_aux_dir/shtool install -c"    break  fidoneif test -z "$ac_aux_dir"; then  { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5$as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}   { (exit 1); exit 1; }; }fi# These three variables are undocumented and unsupported,# and are intended to be withdrawn in a future Autoconf release.# They can cause serious problems if a builder's source tree is in a directory# whose full name contains unusual characters.ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.# Find a good install program.  We prefer a C program (faster),# so one script is as good as another.  But avoid the broken or# incompatible versions:# SysV /etc/install, /usr/sbin/install# SunOS /usr/etc/install# IRIX /sbin/install# AIX /bin/install# AmigaOS /C/install, which installs bootblocks on floppy discs# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag# AFS /usr/afsws/bin/install, which mishandles nonexistent args# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"# OS/2's system install, which has a completely different semantic# ./install, which can be erroneously created by make from ./install.sh.# Reject install programs that cannot install multiple files.{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5$as_echo_n "checking for a BSD-compatible install... " >&6; }if test -z "$INSTALL"; thenif test "${ac_cv_path_install+set}" = set; then  $as_echo_n "(cached) " >&6else  as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdo  IFS=$as_save_IFS  test -z "$as_dir" && as_dir=.  # Account for people who put trailing slashes in PATH elements.case $as_dir/ in  ./ | .// | /cC/* | \  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \  /usr/ucb/* ) ;;  *)    # OSF1 and SCO ODT 3.0 have their own names for install.    # Don't use installbsd from OSF since it installs stuff as root    # by default.    for ac_prog in ginstall scoinst install; do      for ac_exec_ext in '' $ac_executable_extensions; do	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then	  if test $ac_prog = install &&	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then	    # AIX install.  It has an incompatible calling convention.	    :	  elif test $ac_prog = install &&	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then	    # program-specific install script used by HP pwplus--don't use.	    :	  else	    rm -rf conftest.one conftest.two conftest.dir	    echo one > conftest.one	    echo two > conftest.two	    mkdir conftest.dir	    if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&	      test -s conftest.one && test -s conftest.two &&	      test -s conftest.dir/conftest.one &&	      test -s conftest.dir/conftest.two	    then	      ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"	      break 3	    fi	  fi	fi      done    done    ;;esacdoneIFS=$as_save_IFSrm -rf conftest.one conftest.two conftest.dirfi  if test "${ac_cv_path_install+set}" = set; then    INSTALL=$ac_cv_path_install  else    # As a last resort, use the slow shell script.  Don't cache a    # value for INSTALL within a source directory, because that will    # break other packages using the cache if that directory is    # removed, or if the value is a relative name.    INSTALL=$ac_install_sh  fifi{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5$as_echo "$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'{ $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5$as_echo_n "checking whether build environment is sane... " >&6; }# Just in casesleep 1echo timestamp > conftest.file# 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 conftest.file 2> /dev/null`   if test "$*" = "X"; then      # -L didn't work.      set X `ls -t $srcdir/configure conftest.file`   fi   rm -f conftest.file   if test "$*" != "X $srcdir/configure conftest.file" \      && test "$*" != "X conftest.file $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".      { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a brokenalias in your environment" >&5$as_echo "$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" = conftest.file   )then   # Ok.   :else   { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!Check your system clock" >&5$as_echo "$as_me: error: newly created file is older than distributed files!Check your system clock" >&2;}   { (exit 1); exit 1; }; }fi{ $as_echo "$as_me:$LINENO: result: yes" >&5$as_echo "yes" >&6; }test "$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"# Double any \ or $.# By default was `s,x,x', remove it if useless.ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`# expand $ac_aux_dir to an absolute patham_aux_dir=`cd $ac_aux_dir && pwd`test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"# Use eval to expand $SHELLif eval "$MISSING --run true"; then  am_missing_run="$MISSING --run "else  am_missing_run=  { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}fi{ $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }if test -z "$MKDIR_P"; then  if test "${ac_cv_path_mkdir+set}" = set; then  $as_echo_n "(cached) " >&6else  as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bindo  IFS=$as_save_IFS  test -z "$as_dir" && as_dir=.  for ac_prog in mkdir gmkdir; do	 for ac_exec_ext in '' $ac_executable_extensions; do	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(	     'mkdir (GNU coreutils) '* | \	     'mkdir (coreutils) '* | \	     'mkdir (fileutils) '4.1*)	       ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext	       break 3;;	   esac	 done       donedoneIFS=$as_save_IFSfi  if test "${ac_cv_path_mkdir+set}" = set; then    MKDIR_P="$ac_cv_path_mkdir -p"  else    # As a last resort, use the slow shell script.  Don't cache a    # value for MKDIR_P within a source directory, because that will    # break other packages using the cache if that directory is    # removed, or if the value is a relative name.    test -d ./--version && rmdir ./--version    MKDIR_P="$ac_install_sh -d"  fifi{ $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5$as_echo "$MKDIR_P" >&6; }mkdir_p="$MKDIR_P"case $mkdir_p in  [\\/$]* | ?:[\\/]*) ;;  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;esacfor ac_prog in gawk mawk nawk awkdo  # Extract the first word of "$ac_prog", so it can be a program name with args.set dummy $ac_prog; ac_word=$2{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5$as_echo_n "checking for $ac_word... " >&6; }if test "${ac_cv_prog_AWK+set}" = set; then  $as_echo_n "(cached) " >&6else  if test -n "$AWK"; then  ac_cv_prog_AWK="$AWK" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    ac_cv_prog_AWK="$ac_prog"    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5    break 2  fidonedoneIFS=$as_save_IFSfifiAWK=$ac_cv_prog_AWKif test -n "$AWK"; then  { $as_echo "$as_me:$LINENO: result: $AWK" >&5$as_echo "$AWK" >&6; }else  { $as_echo "$as_me:$LINENO: result: no" >&5$as_echo "no" >&6; }fi  test -n "$AWK" && breakdone{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }set x ${MAKE-make}ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then  $as_echo_n "(cached) " >&6else  cat >conftest.make <<\_ACEOFSHELL = /bin/shall:	@echo '@@@%%%=$(MAKE)=@@@%%%'_ACEOF# GNU make sometimes prints "make[1]: Entering...", which would confuse us.case `${MAKE-make} -f conftest.make 2>/dev/null` in  *@@@%%%=?*=@@@%%%*)    eval ac_cv_prog_make_${ac_make}_set=yes;;  *)    eval ac_cv_prog_make_${ac_make}_set=no;;esacrm -f conftest.makefiif eval test \$ac_cv_prog_make_${ac_make}_set = yes; then  { $as_echo "$as_me:$LINENO: result: yes" >&5$as_echo "yes" >&6; }  SET_MAKE=else  { $as_echo "$as_me:$LINENO: result: no" >&5$as_echo "no" >&6; }  SET_MAKE="MAKE=${MAKE-make}"firm -rf .tst 2>/dev/nullmkdir .tst 2>/dev/nullif test -d .tst; then  am__leading_dot=.else  am__leading_dot=_firmdir .tst 2>/dev/nullif test "`cd $srcdir && pwd`" != "`pwd`"; then  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output  # is not polluted with repeated "-I."  am__isrc=' -I$(srcdir)'  # test to see if srcdir already configured  if test -f $srcdir/config.status; then    { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5$as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}   { (exit 1); exit 1; }; }  fifi# test whether we have cygpathif test -z "$CYGPATH_W"; then  if (cygpath --version) >/dev/null 2>/dev/null; then    CYGPATH_W='cygpath -w'  else    CYGPATH_W=echo  fifi# Define the identity of the package. PACKAGE=gsm0710muxd VERSION=0.9.2cat >>confdefs.h <<_ACEOF#define PACKAGE "$PACKAGE"_ACEOFcat >>confdefs.h <<_ACEOF#define VERSION "$VERSION"_ACEOF# Some tools Automake needs.ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}# Installed binaries are usually stripped using `strip' when the user# run `make install-strip'.  However `strip' might not be the right# tool to use in cross-compilation environments, therefore Automake# will honor the `STRIP' environment variable to overrule this program.if test "$cross_compiling" != no; then  if test -n "$ac_tool_prefix"; then  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.set dummy ${ac_tool_prefix}strip; ac_word=$2{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5$as_echo_n "checking for $ac_word... " >&6; }if test "${ac_cv_prog_STRIP+set}" = set; then  $as_echo_n "(cached) " >&6else  if test -n "$STRIP"; then  ac_cv_prog_STRIP="$STRIP" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    ac_cv_prog_STRIP="${ac_tool_prefix}strip"    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5    break 2  fidonedoneIFS=$as_save_IFSfifiSTRIP=$ac_cv_prog_STRIPif test -n "$STRIP"; then  { $as_echo "$as_me:$LINENO: result: $STRIP" >&5$as_echo "$STRIP" >&6; }else  { $as_echo "$as_me:$LINENO: result: no" >&5$as_echo "no" >&6; }fifiif test -z "$ac_cv_prog_STRIP"; then  ac_ct_STRIP=$STRIP  # Extract the first word of "strip", so it can be a program name with args.set dummy strip; ac_word=$2{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5$as_echo_n "checking for $ac_word... " >&6; }if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then  $as_echo_n "(cached) " >&6else  if test -n "$ac_ct_STRIP"; then  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    ac_cv_prog_ac_ct_STRIP="strip"    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5    break 2  fidonedoneIFS=$as_save_IFSfifiac_ct_STRIP=$ac_cv_prog_ac_ct_STRIPif test -n "$ac_ct_STRIP"; 

⌨️ 快捷键说明

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