diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2016-01-31 05:21:19 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2016-01-31 05:21:19 +0100 |
commit | a8a761cd24bd7057d51eda11b9654a6e861e28e9 (patch) | |
tree | ed0f8440d7536d167b1e7d28041a2e3276f48fa3 /bootstrap.am | |
parent | 9ba2f302449e0acfb571bb0ee99566f3d85ef32e (diff) | |
download | sciteco-a8a761cd24bd7057d51eda11b9654a6e861e28e9.tar.gz |
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
Diffstat (limited to 'bootstrap.am')
-rw-r--r-- | bootstrap.am | 3 |
1 files changed, 3 insertions, 0 deletions
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 \ <fs@DATE^Q@\e$(shell LC_ALL=C @DATE@ "+%d %b %Y")\e;>j \ ew$@\e +# Don't try to generate config.h: +%/config.h: ; + % : %.in $(BOOTSTRAP_SCITECO) -e $$'$(SUBST_MACRO)' |