summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2017-05-18 14:47:53 +0200
committerMathieu Lirzin <mthl@gnu.org>2017-05-20 14:20:32 +0200
commit27fbeb77f96d99f41f4b6bb87eb50ae977de25a8 (patch)
tree014a47de09571ac6ae114bdbbac099b7611f6eb5
parent386569b29bae19855e8707d67b63f26e4f9e3e96 (diff)
downloadautomake-27fbeb77f96d99f41f4b6bb87eb50ae977de25a8.tar.gz
bootstrap: Add a rationale for the bootstrap process.
* bootstrap: Explain why we can't simply run 'autoreconf -i'.
-rwxr-xr-xbootstrap4
1 files changed, 4 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
+# 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