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 <mcpratt@pm.me>
This commit is contained in:
parent
ffd7c05aa7
commit
c52d938481
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue