From a8a761cd24bd7057d51eda11b9654a6e861e28e9 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 31 Jan 2016 05:21:19 +0100 Subject: prevent the SciTECO-based substitutor from generting config.h * this leads to frequent build failures since for some strange reason automake/autoconf will not always regenerate config.h on its own --- bootstrap.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bootstrap.am') diff --git a/bootstrap.am b/bootstrap.am index bdbb819..c64b6a6 100644 --- a/bootstrap.am +++ b/bootstrap.am @@ -18,5 +18,8 @@ SUBST_MACRO = eb$<\e \ j \ ew$@\e +# Don't try to generate config.h: +%/config.h: ; + % : %.in $(BOOTSTRAP_SCITECO) -e $$'$(SUBST_MACRO)' -- cgit v1.2.3