aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2020-08-23 20:28:49 +1200
committerGitHub <noreply@github.com>2020-08-23 20:28:49 +1200
commit0ae762acd1cf4b0c3719871bffa12b6111e52cf3 (patch)
treed2b047eade1a74607381fa0ca3db45f94622d83c /bootstrap
parent2511663ff94c37e00541a2336afc4210c890081c (diff)
parentefff0de9061d38d5c7dca08e67596b7becb4fd3b (diff)
downloadcrosstool-ng-0ae762acd1cf4b0c3719871bffa12b6111e52cf3.tar.gz
crosstool-ng-0ae762acd1cf4b0c3719871bffa12b6111e52cf3.tar.bz2
crosstool-ng-0ae762acd1cf4b0c3719871bffa12b6111e52cf3.zip
Merge pull request #1256 from nolange/fix_bootstrap
Fix bootstrap
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index 6c3d6ae2..46d62051 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!"