Merge pull request #1256 from nolange/fix_bootstrap

Fix bootstrap
This commit is contained in:
Chris Packham 2020-08-23 20:28:49 +12:00 committed by GitHub
commit 0ae762acd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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!"