📄 aclocal.m4
字号:
dnldnl This version of aclocal.m4 simply includes all of the individualdnl componentsbuiltin(include,aclocal_am.m4)builtin(include,aclocal_bugfix.m4)builtin(include,aclocal_cache.m4)builtin(include,aclocal_cc.m4)builtin(include,aclocal_cross.m4)builtin(include,aclocal_cxx.m4)builtin(include,aclocal_f77.m4)dnl If we're using 2.52, include new support for F90ifelse(AC_ACVERSION,[2.52],[builtin(include,aclangf90.m4)],[builtin(include,aclocal_f90.m4)])builtin(include,aclocal_make.m4)builtin(include,aclocal_mpi.m4)builtin(include,aclocal_web.m4)builtin(include,aclocal_shl.m4)dnl builtin(include,aclocal_tcl.m4)builtin(include,aclocal_java.m4)dnl PAC_CONFIG_SUBDIRS_IMMEDIATE(DIR ...)dnl Perform the configuration *now*dnl dnl There is a bug in AC_OUTPUT_SUBDIRS that is tickled by thisdnl code. There is no step to create any of the intermediatednl directories in the case that this is a vpath build. AC_DEFUN(PAC_CONFIG_SUBDIRS_IMMEDIATE,[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnlSAVE_subdirs="$subdirs"subdirs="$1"## Build any intermediate directoriesfor dir in $1 ; do saveIFS="$IFS" IFS="/" curdir="" for subdir in $dir ; do curdir="${curdir}$subdir" if test ! -d "$curdir" ; then mkdir "$curdir" ; fi curdir="${curdir}/" done IFS="$saveIFS"donednl autoconf 2.52 uses _ before *some* internal commands (!)dnl output_subdirs *ALSO* resets INSTALL. It *also* requires that dnl ac_given_INSTALL be set to INSTALLSAVE_INSTALL="$INSTALL"ac_given_INSTALL="$INSTALL"ifdef([AC_OUTPUT_SUBDIRS],[AC_OUTPUT_SUBDIRS($1)],[_AC_OUTPUT_SUBDIRS($1)])subdirs="$SAVE_subdirs"INSTALL="$SAVE_INSTALL"])
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -