aboutsummaryrefslogtreecommitdiffstats
path: root/include/autotools.mk
diff options
context:
space:
mode:
authorMichael Pratt <mcpratt@pm.me>2023-04-14 02:06:53 -0400
committerChristian Marangi <ansuelsmth@gmail.com>2023-05-04 06:07:26 +0200
commitc52d938481651b6f9e0a4087652c99b805716ed8 (patch)
treefbc05100855b011ec8d5cdcc6add9dbe757b761b /include/autotools.mk
parentffd7c05aa72ee56b836903159540f9470aeef121 (diff)
downloadupstream-c52d938481651b6f9e0a4087652c99b805716ed8.tar.gz
upstream-c52d938481651b6f9e0a4087652c99b805716ed8.tar.bz2
upstream-c52d938481651b6f9e0a4087652c99b805716ed8.zip
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>
Diffstat (limited to 'include/autotools.mk')
-rw-r--r--include/autotools.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/autotools.mk b/include/autotools.mk
index c378efe6f9..d0e4b3642f 100644
--- a/include/autotools.mk
+++ b/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