Browse Source

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 years ago
parent
commit
c52d938481
1 changed files with 2 additions and 0 deletions
  1. 2 0
      include/autotools.mk

+ 2 - 0
include/autotools.mk

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