Regenerate more autotools files in binutils 2.14.

This commit is contained in:
Andrius Štikonas 2021-03-14 18:28:41 +00:00
parent 69228987f5
commit fcc3a2ee74
1 changed files with 20 additions and 1 deletions

View File

@ -7,7 +7,24 @@ src_prepare() {
default_src_prepare
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
cd $dir
rm configure
@ -26,6 +43,8 @@ src_prepare() {
libtoolize
cp ${PREFIX}/share/aclocal/libtool.m4 aclocal.m4
autoconf-2.13
# automake errors out without this
cd gas
mv config/m68k-parse.y .