From: Mathieu Lirzin Date: Thu, 18 May 2017 12:47:53 +0000 (+0200) Subject: bootstrap: Add a rationale for the bootstrap process. X-Git-Tag: v1.15.1~4 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=27fbeb77f96d99f41f4b6bb87eb50ae977de25a8;p=thirdparty%2Fautomake.git bootstrap: Add a rationale for the bootstrap process. * bootstrap: Explain why we can't simply run 'autoreconf -i'. --- diff --git a/bootstrap b/bootstrap index 781627df6..d0766d4c8 100755 --- a/bootstrap +++ b/bootstrap @@ -18,6 +18,10 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +# Since Automake uses itself in its build process, we can't simply run +# 'autoreconf -i' which would require Automake to already be +# installed. + # Don't ignore failures. set -e