mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-14 23:35:24 +01:00
Regenerate more autotools files in binutils 2.14.
This commit is contained in:
parent
69228987f5
commit
fcc3a2ee74
1 changed files with 20 additions and 1 deletions
|
|
@ -7,7 +7,24 @@ src_prepare() {
|
||||||
default_src_prepare
|
default_src_prepare
|
||||||
|
|
||||||
rm configure
|
rm configure
|
||||||
autoconf-2.13
|
|
||||||
|
# Rebuild aclocal.m4 files
|
||||||
|
# aclocal.m4 in libiberty seems to be hand-written
|
||||||
|
# FIXME intl, needs gettext.m4
|
||||||
|
for dir in binutils bfd gas gprof ld opcodes; do
|
||||||
|
cd $dir
|
||||||
|
rm aclocal.m4
|
||||||
|
aclocal-1.4
|
||||||
|
cd ..
|
||||||
|
done
|
||||||
|
|
||||||
|
for dir in binutils bfd gas intl libiberty ld opcodes; do
|
||||||
|
cd $dir
|
||||||
|
rm config.in
|
||||||
|
autoheader-2.13
|
||||||
|
cd ..
|
||||||
|
done
|
||||||
|
|
||||||
for dir in binutils bfd gas ld gprof libiberty opcodes; do
|
for dir in binutils bfd gas ld gprof libiberty opcodes; do
|
||||||
cd $dir
|
cd $dir
|
||||||
rm configure
|
rm configure
|
||||||
|
|
@ -26,6 +43,8 @@ src_prepare() {
|
||||||
libtoolize
|
libtoolize
|
||||||
cp ${PREFIX}/share/aclocal/libtool.m4 aclocal.m4
|
cp ${PREFIX}/share/aclocal/libtool.m4 aclocal.m4
|
||||||
|
|
||||||
|
autoconf-2.13
|
||||||
|
|
||||||
# automake errors out without this
|
# automake errors out without this
|
||||||
cd gas
|
cd gas
|
||||||
mv config/m68k-parse.y .
|
mv config/m68k-parse.y .
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue