diff options
author | Nico Weber <nicolasweber@gmx.de> | 2016-03-28 21:24:46 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2016-03-28 21:24:46 +0000 |
commit | 70b895908c0f1a1cb15b9cbe6e8c1470f439f2bc (patch) | |
tree | 7957b49440ffe24454067ad15c35fe9217a5cf91 | |
parent | 863fab69a295ac3759d2c937227ae6086baed3a5 (diff) | |
download | bcm5719-llvm-70b895908c0f1a1cb15b9cbe6e8c1470f439f2bc.tar.gz bcm5719-llvm-70b895908c0f1a1cb15b9cbe6e8c1470f439f2bc.zip |
docs: Fix footnote after r260042.
r260042 removed a footnote referring to autoconf, but it left
around one item still referring to that footnote (libtool), and
it didn't renumber the later footnote reference.
llvm-svn: 264663
-rw-r--r-- | llvm/docs/GettingStarted.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst index 56381445e45..68333177fcb 100644 --- a/llvm/docs/GettingStarted.rst +++ b/llvm/docs/GettingStarted.rst @@ -202,8 +202,7 @@ Package Version Notes `GNU Make <http://savannah.gnu.org/projects/make>`_ 3.79, 3.79.1 Makefile/build processor `GCC <http://gcc.gnu.org/>`_ >=4.7.0 C/C++ compiler\ :sup:`1` `python <http://www.python.org/>`_ >=2.7 Automated test suite\ :sup:`2` -`libtool <http://savannah.gnu.org/projects/libtool>`_ 1.5.22 Shared library manager\ :sup:`3` -`zlib <http://zlib.net>`_ >=1.2.3.4 Compression library\ :sup:`4` +`zlib <http://zlib.net>`_ >=1.2.3.4 Compression library\ :sup:`3` =========================================================== ============ ========================================== .. note:: |