Autoconf 2.69 is almost 10 years old. And 2.71 is also a few years old as well. Should be pretty well tested by now. It brings a lot of improvements and there seems to be an ongoing work on autoconf 2.72 already.
This change just addresses two minor changes autoupdate suggested, and then src/auto/configure is regenerated by running
cd src
make AUTOCONF=autoconf2.71 autoconf
https://github.com/vim/vim/pull/12958
(4 files)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Merging #12958 (3d8eb4d) into master (e3b6c78) will decrease coverage by
0.67%.
The diff coverage isn/a.
@@ Coverage Diff @@ ## master #12958 +/- ## ========================================== - Coverage 82.06% 81.40% -0.67% ========================================== Files 160 160 Lines 194761 194660 -101 Branches 43698 43685 -13 ========================================== - Hits 159833 158458 -1375 - Misses 22063 23449 +1386 + Partials 12865 12753 -112
| Flag | Coverage Δ | |
|---|---|---|
| huge-clang-Array | 82.66% <ø> (-0.02%) |
⬇️ |
| linux | 82.66% <ø> (-0.02%) |
⬇️ |
| mingw-x64-HUGE | 76.62% <ø> (-0.01%) |
⬇️ |
| mingw-x86-HUGE | ? |
|
| windows | 76.62% <ø> (-1.59%) |
⬇️ |
Flags with carried forward coverage won't be shown. Click here to find out more.
see 64 files with indirect coverage changes
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Thanks, verified it works with autoconf2.69 and autoconf 2.71
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Thanks, verified it works with autoconf2.69 and autoconf 2.71
Awesome :)
Hope it would not break any of those very old systems that might still be in use.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Thanks, verified it works with autoconf2.69 and autoconf 2.71
Awesome :) Hope it would not break any of those very old systems that might still be in use.
Bram mentioned about this some time ago (old version of autoconf used in some old HP/Solaris systems)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Thanks, verified it works with autoconf2.69 and autoconf 2.71
Awesome :) Hope it would not break any of those very old systems that might still be in use.
Bram mentioned about this some time ago (old version of autoconf used in some old HP/Solaris systems)
At least part of that discussion is here: #11322
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()