commit: fcc3a2ee74bc24769a29060710a49de3acff2b52
parent 69228987f5739b68c8fb2fc6e1ccf72eea1e563a
Author: Andrius Štikonas <andrius@stikonas.eu>
Date: Sun, 14 Mar 2021 18:28:41 +0000
Regenerate more autotools files in binutils 2.14.
Diffstat:
1 file changed, 20 insertions(+), 1 deletion(-)
diff --git a/sysa/binutils-2.14/binutils-2.14.sh b/sysa/binutils-2.14/binutils-2.14.sh
@@ -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 .