In trying to install a simple pitch to Bison I found that it didn't bootstrap at all, due to changes to Gnulib in the past few months. What a hassle. This turned a 15-minute fix into something that took hours to check. Anyway, here's part one of the fix. (I can't ship the fix as a single patch, as I couldn't find any single patch for which "bootstrap" would work.)
--- gnulib | 2 +- submodules/autoconf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gnulib b/gnulib index b48afd8..54a0a8a 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit b48afd89ec9be56156d6e2bebfdf457c778fe5c3 +Subproject commit 54a0a8a701799773538cdb6880c6385137c13684 diff --git a/submodules/autoconf b/submodules/autoconf index 81074ea..2b0d95f 160000 --- a/submodules/autoconf +++ b/submodules/autoconf @@ -1 +1 @@ -Subproject commit 81074eaa201a289d11b6be05e0c78afbe5ff79f5 +Subproject commit 2b0d95faef68d7ed7c08b0edb9ff1c38728376fa -- 1.7.2
