configure.in

来自「sdcc是为51等小型嵌入式cpu设计的c语言编译器支持数种不同类型的cpu」· IN 代码 · 共 45 行

IN
45
字号
dnl Process this file with autoconf to create configure.AC_INIT(ltdl.c)dnl We shouldn't be using these internal macros of autoconf,dnl but CONFIG_AUX_DIR($with_auxdir) breaks automake.AC_ARG_WITH(auxdir,[  --with-auxdir=DIR   path to autoconf auxiliary files],[AC_CONFIG_AUX_DIRS($with_auxdir)],[AC_CONFIG_AUX_DIR_DEFAULT])if test -z "$enable_ltdl_install$enable_ltdl_convenience"; then  if test -f ${srcdir}/ltmain.sh; then    # if libltdl is libtoolized, it is assumed to be stand-alone and    # installed unless the command line overrides it (tested above)    enable_ltdl_install=yes  else    AC_MSG_WARN([*** The top-level configure must select either])    AC_MSG_WARN([*** [A""C_LIBLTDL_INSTALLABLE] or [A""C_LIBLTDL_CONVENIENCE].])    AC_MSG_ERROR([*** Maybe you want to --enable-ltdl-install?])  fifiAM_INIT_AUTOMAKE(libltdl,1.2,-)AM_CONFIG_HEADER(config.h:config-h.in)AM_MAINTAINER_MODEAC_PROG_CCAC_C_CONSTAC_C_INLINEAC_LIBTOOL_WIN32_DLLAM_PROG_LIBTOOLAC_SUBST(LIBTOOL_DEPS)AC_LIB_LTDLdnl Output the makefileAC_OUTPUT(Makefile)# Local Variables:# mode:shell-script# sh-indentation:2# End:

⌨️ 快捷键说明

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