mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 19:16:32 +01:00
Use newer autoconf for bash to avoid warnings.
We can use either 2.55 or 2.57, so use the newer.
This commit is contained in:
parent
7fdb12f08d
commit
107aef4b57
3 changed files with 3 additions and 3 deletions
|
|
@ -495,5 +495,5 @@ bash 3.2.57
|
|||
Up to this point, our build of ``bash`` could run scripts but could not be used
|
||||
interactively. This newer version of ``bash`` compiles without any patches,
|
||||
provides new features, and is built with GNU readline support so it can be used
|
||||
as an interactive shell. autoconf 2.52 is used to regenerate the configure
|
||||
as an interactive shell. ``autoconf-2.57`` is used to regenerate the configure
|
||||
script and bison is used to recreate some included generated files.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue