mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-20 10:13:01 +01:00
Switch to unversioned autoconf.
Remove unversioned autoconf symlink from all but the latest autoconf. This makes it clearer which autoconf is used.
This commit is contained in:
parent
bc5fc8375d
commit
5209078684
34 changed files with 54 additions and 85 deletions
|
|
@ -6,11 +6,11 @@ src_prepare() {
|
|||
rm doc/automake.info*
|
||||
|
||||
sed -i 's/1.8a/1.8.5/; s/ filename-length-max=99//' configure.ac
|
||||
autoreconf-2.61 -f
|
||||
AUTOM4TE=autom4te-2.61 AUTOCONF=autoconf-2.61 autoreconf-2.61 -f
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
./configure --prefix="${PREFIX}"
|
||||
AUTOCONF=autoconf-2.61 ./configure --prefix="${PREFIX}"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue