config.status

来自「Linux下的MUD客户端程序」· STATUS 代码 · 共 90 行

STATUS
90
字号
#!/bin/sh# Generated automatically by configure.# Run this file to recreate the current configuration.# This directory was configured as follows,# on host hades:## ./configure ac_cs_usage="Usage: config.status [--recheck] [--version] [--help]"for ac_optiondo  case "$ac_option" in  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)    echo running ${CONFIG_SHELL-/bin/sh} ./configure  --no-create    exec ${CONFIG_SHELL-/bin/sh} ./configure  --no-create ;;  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)    echo "config.status generated by autoconf version 1.11"    exit 0 ;;  -help | --help | --hel | --he | --h)    echo "$ac_cs_usage"; exit 0 ;;  *) echo "$ac_cs_usage"; exit 1 ;;  esacdonetrap 'rm -f Makefile; exit 1' 1 2 15CC='gcc'CPP='gcc -E'PIPE='-pipe'LIBS=' -lintl -lsocket -lnsl'srcdir='.'top_srcdir=''prefix='/usr/local'exec_prefix='${prefix}'DEFS=' -DCOMPRESSED_HELP=0 -DDIRENT=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_TERMIO_H=1 -DHAVE_TCFLAG_T=1 -DHAVE_BCOPY=1'ac_prsub=''ac_vpsub='/^[ 	]*VPATH[ 	]*=[^:]*$/d'extrasub=''ac_given_srcdir=$srcdirCONFIG_FILES=${CONFIG_FILES-"Makefile"}for ac_file in .. ${CONFIG_FILES}; do if test "x$ac_file" != x..; then  # Remove last slash and all that follows it.  Not all systems have dirname.  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then    # The file is in a subdirectory.    test ! -d "$ac_dir" && mkdir "$ac_dir"    ac_dir_suffix="/$ac_dir"  else    ac_dir_suffix=  fi  # A "../" for each directory in $ac_dir_suffix.  ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`  case "$ac_given_srcdir" in  .)  srcdir=.      if test -z "$ac_dir_suffix"; then top_srcdir=.      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;  *) # Relative path.    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"    top_srcdir="$ac_dots$ac_given_srcdir" ;;  esac  echo creating "$ac_file"  rm -f "$ac_file"  comment_str="Generated automatically from `echo $ac_file|sed 's|.*/||'`.in by configure."  case "$ac_file" in    *.c | *.h | *.C | *.cc | *.m )  echo "/* $comment_str */" > "$ac_file" ;;    * )          echo "# $comment_str"     > "$ac_file" ;;  esac  sed -e "$ac_prsub$ac_vpsub$extrasubs%@CC@%$CC%gs%@CPP@%$CPP%gs%@PIPE@%$PIPE%gs%@LIBS@%$LIBS%gs%@srcdir@%$srcdir%gs%@top_srcdir@%$top_srcdir%gs%@prefix@%$prefix%gs%@exec_prefix@%$exec_prefix%gs%@DEFS@%$DEFS%" $ac_given_srcdir/${ac_file}.in >> $ac_filefi; doneexit 0

⌨️ 快捷键说明

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