diff options
author | Norbert Lange <nolange79@gmail.com> | 2019-10-10 18:32:19 +0200 |
---|---|---|
committer | Norbert Lange <nolange79@gmail.com> | 2019-10-10 19:03:15 +0200 |
commit | efff0de9061d38d5c7dca08e67596b7becb4fd3b (patch) | |
tree | 3805703211063b045f73b750a37c59c30982c1b6 /bootstrap | |
parent | 3f461da11f1f8e9dcfdffef24e1982b5ffd10305 (diff) | |
download | crosstool-ng-efff0de9061d38d5c7dca08e67596b7becb4fd3b.tar.gz crosstool-ng-efff0de9061d38d5c7dca08e67596b7becb4fd3b.tar.bz2 crosstool-ng-efff0de9061d38d5c7dca08e67596b7becb4fd3b.zip |
fix bootstrap for old autoconf versions
atleast debian wheezy is affected
Signed-off-by: Norbert Lange <nolange79@gmail.com>
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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!" |