Re: [PATCH] libgloss: finish migration to AM_PROG_AS
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On Feb 18 23:58, Mike Frysinger wrote: > When merging iq2000 up a level, it included a partial conversion to > AM_PROG_AS in the common directory. Finish it for all directories > to kill off the custom LIB_AM_PROG_AS which we no longer need since > we require Automake 1.15 now. > --- > libgloss/Makefile.in | 3 +- > libgloss/aarch64/aclocal.m4 | 420 +++++++++++++++++++++++++++++++++- > libgloss/aarch64/configure | 338 ++++++++++++++++++++++++++- > libgloss/aarch64/configure.ac | 4 +- > libgloss/acinclude.m4 | 7 - > libgloss/aclocal.m4 | 1 - > libgloss/arm/aclocal.m4 | 420 +++++++++++++++++++++++++++++++++- > libgloss/arm/configure | 338 ++++++++++++++++++++++++++- > libgloss/arm/configure.ac | 4 +- > libgloss/configure | 273 +++++++++++----------- > libgloss/configure.ac | 4 +- > 11 files changed, 1633 insertions(+), 179 deletions(-) > delete mode 100644 libgloss/acinclude.m4 LGTM Thx, Corinna