mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-17 16:55:25 +01:00
autotools: add MAKEFINFO=true fix to all autotools.
This commit is contained in:
parent
31410ab234
commit
705ebf471e
13 changed files with 95 additions and 6 deletions
|
|
@ -17,8 +17,15 @@ src_configure() {
|
|||
./configure --prefix="${PREFIX}" --program-suffix=-2.55
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
make MAKEINFO=true
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default_src_install
|
||||
make install MAKEINFO=true
|
||||
|
||||
ln -sf "${PREFIX}/bin/autoconf-2.55" "${PREFIX}/bin/autoconf"
|
||||
ln -sf "${PREFIX}/bin/autoheader-2.55" "${PREFIX}/bin/autoheader"
|
||||
ln -sf "${PREFIX}/bin/autom4te-2.55" "${PREFIX}/bin/autom4te"
|
||||
ln -sf "${PREFIX}/bin/autoreconf-2.55" "${PREFIX}/bin/autoreconf"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue