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

📄 general.m4

📁 autoconf是一个产生可以自动配置源代码包
💻 M4
📖 第 1 页 / 共 5 页
字号:
  | --sbi=* | --sb=*)    sbindir=$ac_optarg ;;  -sharedstatedir | --sharedstatedir | --sharedstatedi \  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \  | --sharedst | --shareds | --shared | --share | --shar \  | --sha | --sh)    ac_prev=sharedstatedir ;;  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \  | --sha=* | --sh=*)    sharedstatedir=$ac_optarg ;;  -site | --site | --sit)    ac_prev=site ;;  -site=* | --site=* | --sit=*)    site=$ac_optarg ;;  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)    ac_prev=srcdir ;;  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)    srcdir=$ac_optarg ;;  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \  | --syscon | --sysco | --sysc | --sys | --sy)    ac_prev=sysconfdir ;;  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)    sysconfdir=$ac_optarg ;;  -target | --target | --targe | --targ | --tar | --ta | --t)    ac_prev=target_alias ;;  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)    target_alias=$ac_optarg ;;  -v | -verbose | --verbose | --verbos | --verbo | --verb)    verbose=yes ;;  -version | --version | --versio | --versi | --vers | -V)    ac_init_version=: ;;  -with-* | --with-*)    ac_package=`expr "x$ac_option" : 'x-*with-\([[^=]]*\)'`    # Reject names that are not valid shell variable names.    expr "x$ac_package" : "[.*[^-_$as_cr_alnum]]" >/dev/null &&      AC_MSG_ERROR([invalid package name: $ac_package])    ac_package=`echo $ac_package| sed 's/-/_/g'`    eval with_$ac_package=\$ac_optarg ;;  -without-* | --without-*)    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`    # Reject names that are not valid shell variable names.    expr "x$ac_package" : "[.*[^-_$as_cr_alnum]]" >/dev/null &&      AC_MSG_ERROR([invalid package name: $ac_package])    ac_package=`echo $ac_package | sed 's/-/_/g'`    eval with_$ac_package=no ;;  --x)    # Obsolete; use --with-x.    with_x=yes ;;  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \  | --x-incl | --x-inc | --x-in | --x-i)    ac_prev=x_includes ;;  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)    x_includes=$ac_optarg ;;  -x-libraries | --x-libraries | --x-librarie | --x-librari \  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)    ac_prev=x_libraries ;;  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)    x_libraries=$ac_optarg ;;  -*) AC_MSG_ERROR([unrecognized option: $ac_optionTry `$[0] --help' for more information.])    ;;  *=*)    ac_envvar=`expr "x$ac_option" : 'x\([[^=]]*\)='`    # Reject names that are not valid shell variable names.    expr "x$ac_envvar" : "[.*[^_$as_cr_alnum]]" >/dev/null &&      AC_MSG_ERROR([invalid variable name: $ac_envvar])    eval $ac_envvar=\$ac_optarg    export $ac_envvar ;;  *)    # FIXME: should be removed in autoconf 3.0.    AC_MSG_WARN([you should use --build, --host, --target])    expr "x$ac_option" : "[.*[^-._$as_cr_alnum]]" >/dev/null &&      AC_MSG_WARN([invalid host type: $ac_option])    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}    ;;  esacdoneif test -n "$ac_prev"; then  ac_option=--`echo $ac_prev | sed 's/_/-/g'`  AC_MSG_ERROR([missing argument to $ac_option])fi# Be sure to have absolute directory names.for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \		datadir sysconfdir sharedstatedir localstatedir includedir \		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \		libdir localedir mandirdo  eval ac_val=\$$ac_var  case $ac_val in    [[\\/$]]* | ?:[[\\/]]* )  continue;;    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;  esac  AC_MSG_ERROR([expected an absolute directory name for --$ac_var: $ac_val])done# There might be people who depend on the old broken behavior: `$host'# used to hold the argument of --host etc.# FIXME: To remove some day.build=$build_aliashost=$host_aliastarget=$target_alias# FIXME: To remove some day.if test "x$host_alias" != x; then  if test "x$build_alias" = x; then    cross_compiling=maybe    AC_MSG_WARN([If you wanted to set the --build type, don't use --host.    If a cross compiler is detected then cross compile mode will be used.])  elif test "x$build_alias" != "x$host_alias"; then    cross_compiling=yes  fifiac_tool_prefix=test -n "$host_alias" && ac_tool_prefix=$host_alias-test "$silent" = yes && exec AS_MESSAGE_FD>/dev/nullm4_divert_pop([PARSE_ARGS])dnl])# _AC_INIT_PARSE_ARGS# _AC_INIT_HELP# -------------# Handle the `configure --help' message.m4_define([_AC_INIT_HELP],[m4_divert_push([HELP_BEGIN])dnl## Report the --help message.#if test "$ac_init_help" = "long"; then  # Omit some internal or obsolete options to make the list less imposing.  # This message is too long to be a string in the A/UX 3.1 sh.  cat <<_ACEOF\`configure' configures m4_ifset([AC_PACKAGE_STRING],			[AC_PACKAGE_STRING],			[this package]) to adapt to many kinds of systems.Usage: $[0] [[OPTION]]... [[VAR=VALUE]]...[To assign environment variables (e.g., CC, CFLAGS...), specify them asVAR=VALUE.  See below for descriptions of some of the useful variables.Defaults for the options are specified in brackets.Configuration:  -h, --help              display this help and exit      --help=short        display options specific to this package      --help=recursive    display the short help of all the included packages  -V, --version           display version information and exit  -q, --quiet, --silent   do not print \`checking...' messages      --cache-file=FILE   cache test results in FILE [disabled]  -C, --config-cache      alias for \`--cache-file=config.cache'  -n, --no-create         do not create output files      --srcdir=DIR        find the sources in DIR [configure dir or \`..']Installation directories:  --prefix=PREFIX         install architecture-independent files in PREFIX			  [$ac_default_prefix]  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX			  [PREFIX]By default, \`make install' will install all the files in\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specifyan installation prefix other than \`$ac_default_prefix' using \`--prefix',for instance \`--prefix=\$HOME'.For better control, use the options below.Fine tuning of the installation directories:  --bindir=DIR           user executables [EPREFIX/bin]  --sbindir=DIR          system admin executables [EPREFIX/sbin]  --libexecdir=DIR       program executables [EPREFIX/libexec]  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]  --libdir=DIR           object code libraries [EPREFIX/lib]  --includedir=DIR       C header files [PREFIX/include]  --oldincludedir=DIR    C header files for non-gcc [/usr/include]  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]  --infodir=DIR          info documentation [DATAROOTDIR/info]  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]  --mandir=DIR           man documentation [DATAROOTDIR/man]  --docdir=DIR           documentation root ]@<:@DATAROOTDIR/doc/m4_ifset([AC_PACKAGE_TARNAME], [AC_PACKAGE_TARNAME], [PACKAGE])@:>@[  --htmldir=DIR          html documentation [DOCDIR]  --dvidir=DIR           dvi documentation [DOCDIR]  --pdfdir=DIR           pdf documentation [DOCDIR]  --psdir=DIR            ps documentation [DOCDIR]_ACEOF  cat <<\_ACEOF]m4_divert_pop([HELP_BEGIN])dnldnl The order of the diversions here isdnl - HELP_BEGINdnl   which may be extended by extra generic options such as with X ordnl   AC_ARG_PROGRAM.  Displayed only in long --help.dnldnl - HELP_CANONdnl   Support for cross compilation (--build, --host and --target).dnl   Display only in long --help.dnldnl - HELP_ENABLEdnl   which starts with the trailer of the HELP_BEGIN, HELP_CANON section,dnl   then implements the header of the non generic options.dnldnl - HELP_WITHdnldnl - HELP_VARdnldnl - HELP_VAR_ENDdnldnl - HELP_ENDdnl   initialized below, in which we dump the trailer (handling of thednl   recursion for instance).m4_divert_push([HELP_ENABLE])dnl_ACEOFfiif test -n "$ac_init_help"; thenm4_ifset([AC_PACKAGE_STRING],[  case $ac_init_help in     short | recursive ) echo "Configuration of AC_PACKAGE_STRING:";;   esac])  cat <<\_ACEOFm4_divert_pop([HELP_ENABLE])dnlm4_divert_push([HELP_END])dnlm4_ifset([AC_PACKAGE_BUGREPORT], [Report bugs to <AC_PACKAGE_BUGREPORT>.])_ACEOFac_status=$?fiif test "$ac_init_help" = "recursive"; then  # If there are subdirs, report their specific --help.  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue    test -d "$ac_dir" || continue    _AC_SRCDIRS(["$ac_dir"])    cd "$ac_dir" || { ac_status=$?; continue; }    # Check for guested configure.    if test -f "$ac_srcdir/configure.gnu"; then      echo &&      $SHELL "$ac_srcdir/configure.gnu" --help=recursive    elif test -f "$ac_srcdir/configure"; then      echo &&      $SHELL "$ac_srcdir/configure" --help=recursive    else      AC_MSG_WARN([no configuration information is in $ac_dir])    fi || ac_status=$?    cd "$ac_pwd" || { ac_status=$?; break; }  donefitest -n "$ac_init_help" && exit $ac_statusm4_divert_pop([HELP_END])dnl])# _AC_INIT_HELP# _AC_INIT_VERSION# ----------------# Handle the `configure --version' message.m4_define([_AC_INIT_VERSION],[m4_divert_text([VERSION_BEGIN],[if $ac_init_version; then  cat <<\_ACEOFm4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])configure[]dnlm4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])generated by m4_PACKAGE_STRING])m4_divert_text([VERSION_END],[_ACEOF  exitfi])dnl])# _AC_INIT_VERSION# _AC_INIT_CONFIG_LOG# -------------------# Initialize the config.log file descriptor and write header to it.m4_define([_AC_INIT_CONFIG_LOG],[m4_divert_text([INIT_PREPARE],[m4_define([AS_MESSAGE_LOG_FD], 5)dnlcat >config.log <<_ACEOFThis file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake.It was created by m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])dnl$as_me[]m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]), which wasgenerated by m4_PACKAGE_STRING.  Invocation command line was  $ $[0] $[@]_ACEOFexec AS_MESSAGE_LOG_FD>>config.logAS_UNAME >&AS_MESSAGE_LOG_FDcat >&AS_MESSAGE_LOG_FD <<_ACEOFm4_text_box([Core tests.])_ACEOF])])# _AC_INIT_CONFIG_LOG# _AC_INIT_PREPARE# ----------------# Called by AC_INIT to build the preamble of the `configure' scripts.# 1. Trap and clean up various tmp files.# 2. Set up the fd and output files# 3. Remember the options given to `configure' for `config.status --recheck'.# 4. Initiates confdefs.h# 5. Loads site and cache filesm4_define([_AC_INIT_PREPARE],[m4_divert_push([INIT_PREPARE])dnl# Keep a trace of the command line.# Strip out --no-create and --no-recursion so they do not pile up.# Strip out --silent because we don't want to record it for future runs.# Also quote any args containing shell meta-characters.# Make two passes to allow for proper duplicate-argument suppression.ac_configure_args=ac_configure_args0=ac_configure_args1=ac_must_keep_next=falsefor ac_pass in 1 2do  for ac_arg  do    case $ac_arg in    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;    -q | -quiet | --quiet | --quie | --qui | --qu | --q \    | -silent | --silent | --silen | --sile | --sil)      continue ;;    *\'*)      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;    esac    case $ac_pass in    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;    2)      ac_configure_args1="$ac_configure_args1 '$ac_arg'"dnl If trying to remove duplicates, be sure to (i) keep the *last*dnl value (e.g. --prefix=1 --prefix=2 --prefix=1 might keep 2 only),dnl and (ii) not to strip long options (--prefix foo --prefix bar mightdnl give --prefix foo bar).      if test $ac_must_keep_next = true; then	ac_must_keep_next=false # Got value, back to normal.      else	case $ac_arg indnl Use broad patterns, as arguments that would have already made configurednl exit don't matter.	  *=* | --config-cache | -C | -disable-* | --disable-* \	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \	  | -with-* | --with-* | -without-* | --without-* | --x)	    case "$ac_configure_args0 " in	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;	    esac	    ;;	  -* ) ac_must_keep_next=true ;;	esac      fi      ac_configure_args="$ac_configure_args '$ac_arg'"      ;;    esac  donedoneAS_UNSET(ac_configure_args0)AS_UNSET(ac_configure_args1)# When interrupted or exit'd, cleanup temporary files, and complete# config.log.  We remove comments because anyway the quotes in there# would cause problems or look ugly.# WARNING: Use '\'' to represent an apostrophe within the trap.# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.trap 'exit_status=$?  # Save into config.log some information that might help in debugging.

⌨️ 快捷键说明

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