mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Add libtool 1.4.
This commit is contained in:
parent
3518f7cec0
commit
2927547595
6 changed files with 39 additions and 2 deletions
10
parts.rst
10
parts.rst
|
|
@ -377,8 +377,8 @@ Version 2.52 is the newest version that runs on ``miniperl``.
|
|||
automake 1.4-p6
|
||||
===============
|
||||
|
||||
GNU Automake is a tool for automatically generating Makefile.in files. Together with
|
||||
Autoconf they from GNU Autotools build system.
|
||||
GNU Automake is a tool for automatically generating Makefile.in files. It is another
|
||||
major part of GNU Autotools build system.
|
||||
|
||||
``automake`` again needs both ``automake`` and ``autoconf``. In order to bootstrap it
|
||||
we patch ``configure.in`` file to produce ``automake`` and skip ``Makefile`` effectively
|
||||
|
|
@ -403,6 +403,12 @@ autoconf 2.12
|
|||
|
||||
Yet another old autoconf version that we will need for GNU Binutils.
|
||||
|
||||
libtool 1.4
|
||||
===========
|
||||
|
||||
GNU Libtool is the final part of GNU Autotools. It is a script used to hide away differences
|
||||
when compiling shared libraries on different platforms.
|
||||
|
||||
binutils 2.14
|
||||
=============
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue