libgloss: regenerate aclocal.m4 & configure w/newer versions

Mike Frysinger vapier@gentoo.org
Wed Sep 15 14:24:51 GMT 2021


Regenerate the files using automake-1.15 & autoconf-2.69 to match the
binutils/gdb/gcc projects.  Ran:

libgloss $ find -name configure.ac -printf '%h\n' | while read d; do
  (cd $d; export WANT_AUTOCONF=2.69 WANT_AUTOMAKE=1.15;
   aclocal-1.15 -I.. && autoconf-2.69); done

I'm attaching the patch compressed because it's much too large for the
mailing list otherwise.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-libgloss-regenerate-aclocal.m4-configure-w-newer-ver.patch.xz
Type: application/x-xz
Size: 89724 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/newlib/attachments/20210915/89cca4e3/attachment-0001.xz>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/newlib/attachments/20210915/89cca4e3/attachment-0001.sig>


More information about the Newlib mailing list