瀏覽代碼

autotools: add list of fake paths to tools

A list that can be used by some packages in order
to force the skipping of every execution of autoreconf.

Signed-off-by: Michael Pratt <[email protected]>
Michael Pratt 2 年之前
父節點
當前提交
c52d938481
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      include/autotools.mk

+ 2 - 0
include/autotools.mk

@@ -26,6 +26,8 @@ AM_TOOL_PATHS:= \
 	AUTOPOINT=true \
 	GTKDOCIZE=true
 
+AM_TOOL_PATHS_FAKE:=$(subst = ,=,$(patsubst "%,"$(TRUE)",$(subst =,= ",$(AM_TOOL_PATHS))))
+
 # 1: build dir
 # 2: remove files
 # 3: automake paths