mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-16 08:15:24 +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
|
|
@ -7,7 +7,7 @@ urls="http://download.nust.na/pub2/openpkg1/sources/DST/flex/flex-2.5.33.tar.gz"
|
|||
src_prepare() {
|
||||
default
|
||||
|
||||
AUTOPOINT=true autoreconf -fi
|
||||
AUTOPOINT=true autoreconf-2.69 -fi
|
||||
|
||||
# Remove pregenerated files
|
||||
rm parse.c parse.h scan.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue