[PATCH] bootstrap: avoid yet another spurious failure
Stefano Lattarini <[email protected]>
| Newsgroups | gmane.comp.gnu.utils.bugs |
|---|---|
| Message-ID | <05f16ff1be24a6b34fcdb0b561c1ea289510dcfc.1356806388.git.stefano.lattarini@gmail.com> |
* bootstrap: The 'missing' script has been dropped from the Gnulib repository; don't check for it to be present then. Copyright-paperwork-exempt: yes Signed-off-by: Stefano Lattarini <[email protected]> --- ChangeLog | 6 ++++++ bootstrap | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a4a3bb9..a368c87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2012-12-29 Stefano Lattarini <[email protected]> (tiny change) + bootstrap: avoid yet another spurious failure + * bootstrap: The 'missing' script has been dropped from the + Gnulib repository; don't check for it to be present then. + +2012-12-29 Stefano Lattarini <[email protected]> (tiny change) + maint: enable Automake parallel testsuite harness It is better than the older test driver. It is also the default now, starting from Automake 1.13; so having it diff --git a/bootstrap b/bootstrap index b8b2cbd..44be2dd 100755 --- a/bootstrap +++ b/bootstrap @@ -104,7 +104,6 @@ tests_base=tests # Extra files from gnulib, which override files from other sources. gnulib_extra_files=" $build_aux/install-sh - $build_aux/missing $build_aux/mdate-sh $build_aux/texinfo.tex $build_aux/depcomp -- 1.7.10.4