From efff0de9061d38d5c7dca08e67596b7becb4fd3b Mon Sep 17 00:00:00 2001 From: Norbert Lange Date: Thu, 10 Oct 2019 18:32:19 +0200 Subject: fix bootstrap for old autoconf versions atleast debian wheezy is affected Signed-off-by: Norbert Lange diff --git a/bootstrap b/bootstrap index 6c3d6ae..46d6205 100755 --- a/bootstrap +++ b/bootstrap @@ -801,7 +801,7 @@ msg "*** Gathering the list of data files to install" scripts/compile | scripts/missing | scripts/depcomp | scripts/ltmain.sh | scripts/install-sh) continue ;; - # + # # will produce. FIXME: create this file at the time of 'ct-ng build'. config/configure.in.in | config/configure.in) continue @@ -818,6 +818,6 @@ msg "*** Gathering the list of data files to install" } > verbatim-data.mk msg "*** Running autoreconf" -autoreconf -Wall --force +autoreconf -Wall --force -I m4 msg "*** Done!" -- cgit v0.10.2-6-g49f6