autotools: add list of fake paths to tools
authorMichael Pratt <mcpratt@pm.me>
Fri, 14 Apr 2023 06:06:53 +0000 (02:06 -0400)
committerChristian Marangi <ansuelsmth@gmail.com>
Thu, 4 May 2023 04:07:26 +0000 (06:07 +0200)
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>
include/autotools.mk

index c378efe6f9d89f03ac8ca4e47fbfeb8b5afaea1e..d0e4b3642f5371a7418578e9eb761a1ba5461966 100644 (file)
@@ -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