ax_add_src_dist.m4

来自「在LINUX下运行的仿真机器人服务器源代码」· M4 代码 · 共 25 行

M4
25
字号
# @synopsis AX_ADD_EXTRA_SRC_DIST([NAME])# ---------------------------------------------------------# Author: Tom Howard <tomhoward@users.sf.net># Version: 1.0# Copyright (C) 2005, Tom Howard## Copying and distribution of this file, with or without# modification, are permitted in any medium without# royalty provided the copyright notice and this notice# are preserved.## Desc: Adds dist-NAME to the list of source dist targets.  dist-NAME#       will be made when dist-src or all-dist is made#AC_DEFUN([AX_ADD_EXTRA_SRC_DIST],[AC_REQUIRE([AX_EXTRA_DIST])AC_MSG_NOTICE([adding custom source dist $1])if test "$USING_AX_EXTRA_DIST"; thenAX_ADD_MK_MACRO([[EXTRA_SRC_DISTS += dist-$1]])fi]) # AX_ADD_EXTRA_SRC_DIST

⌨️ 快捷键说明

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