mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-19 09:45: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
|
|
@ -20,7 +20,7 @@ src_prepare() {
|
|||
for dir in intl libcpp; do
|
||||
cd $dir
|
||||
rm aclocal.m4
|
||||
aclocal-1.9 --acdir=../config
|
||||
AUTOM4TE=autom4te-2.61 aclocal-1.9 --acdir=../config
|
||||
cd ..
|
||||
done
|
||||
for dir in fixincludes gcc intl libcpp libiberty; do
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ src_prepare() {
|
|||
for dir in intl libcpp; do
|
||||
cd $dir
|
||||
rm aclocal.m4
|
||||
aclocal-1.9 --acdir=../config
|
||||
AUTOM4TE=autom4te-2.61 aclocal-1.9 --acdir=../config
|
||||
cd ..
|
||||
done
|
||||
for dir in fixincludes gcc intl libcpp libiberty; do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue