Skip to content

Commit

Permalink
Remove ancient paranoia
Browse files Browse the repository at this point in the history
In the '90s we used to run autoconf three times, just in case
(because it really didn't work the first time).  "Three" was modeled
after the "sync; sync; sync; reboot" incantation of the '80s.

Hopefully we are past this by now.
  • Loading branch information
matteo-frigo committed Sep 19, 2017
1 parent 34738e7 commit fc852fc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@ touch ChangeLog

echo "PLEASE IGNORE WARNINGS AND ERRORS"

# paranoia: sometimes autoconf doesn't get things right the first time
rm -rf autom4te.cache
autoreconf --verbose --install --symlink --force
autoreconf --verbose --install --symlink --force
autoreconf --verbose --install --symlink --force

rm -f config.cache

Expand Down

0 comments on commit fc852fc

Please sign in to comment.