acinclude.m4
来自「gcc的组件」· M4 代码 · 共 25 行
M4
25 行
dnl Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2004dnl Free Software Foundation, Inc.dnl This file is free software; the Free Software Foundationdnl gives unlimited permission to copy and/or distribute it,dnl with or without modifications, as long as this notice is preserved.dnl This program is distributed in the hope that it will be useful,dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; withoutdnl even the implied warranty of MERCHANTABILITY or FITNESS FOR Adnl PARTICULAR PURPOSE.m4_include(../config/acx.m4)m4_include(../config/no-executables.m4)m4_include(../libtool.m4)dnl The lines below arrange for aclocal not to bring an installeddnl libtool.m4 into aclocal.m4, while still arranging for automake todnl add a definition of LIBTOOL to Makefile.in.ifelse(yes,no,[AC_DEFUN([AM_PROG_LIBTOOL],)AC_DEFUN([AC_LIBTOOL_DLOPEN],)AC_DEFUN([AC_LIBLTDL_CONVENIENCE],)AC_SUBST(LIBTOOL)])
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?