mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-14 23:35:24 +01:00
Add autoconf 2.71.
This commit is contained in:
parent
d5d234225e
commit
afa162397c
16 changed files with 57 additions and 16 deletions
|
|
@ -1 +1 @@
|
|||
683c5cc4f700c85baf5069a0f0d63c46fc5b43b4dc82a5b93d4a98199327b899 /usr/bin/gperf
|
||||
02166fc5d007c59ddb0fe4dda16b2364f8108d7371a338d6e7d06b79b2fb0d32 /usr/bin/gperf
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@ src_prepare() {
|
|||
for d in doc tests lib src; do
|
||||
cd $d
|
||||
ln -s ../aclocal.m4 aclocal.m4
|
||||
autoreconf-2.69 -fi
|
||||
autoreconf-2.71 -fi
|
||||
cd ..
|
||||
done
|
||||
autoreconf-2.69 -fi
|
||||
autoreconf-2.71 -fi
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue