acinclude.m4

来自「基于4个mips核的noc设计」· M4 代码 · 共 33 行

M4
33
字号
sinclude(../bfd/acinclude.m4)dnl sinclude(../libtool.m4) already included in bfd/acinclude.m4dnl The lines below arrange for aclocal not to bring libtool.m4dnl AM_PROG_LIBTOOL into aclocal.m4, while still arranging for automakednl to add a definition of LIBTOOL to Makefile.in.ifelse(yes,no,[AC_DEFUN([AM_PROG_LIBTOOL],)AC_SUBST(LIBTOOL)])dnl sinclude(../gettext.m4) already included in bfd/acinclude.m4ifelse(yes,no,[AC_DEFUN([CY_WITH_NLS],)AC_SUBST(INTLLIBS)])## Replacement for AC_PROG_LEX and AC_DECL_YYTEXT## by Alexandre Oliva <oliva@dcc.unicamp.br>## We need to override the installed aclocal/lex.m4 because of a bug in## this definition in the recommended automake snapshot of 000227:## There were double-quotes around ``$missing_dir/missing flex'' which was## bad since aclocal wraps it in double-quotes.dnl AM_PROG_LEXdnl Look for flex, lex or missing, then run AC_PROG_LEX and AC_DECL_YYTEXTAC_DEFUN(AM_PROG_LEX,[missing_dir=ifelse([$1],,`cd $ac_aux_dir && pwd`,$1)AC_CHECK_PROGS(LEX, flex lex, [$missing_dir/missing flex])AC_PROG_LEXAC_DECL_YYTEXT])

⌨️ 快捷键说明

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