[Libosinfo] [osinfo-db-tools PATCH 5/8] Drop autotools support
Daniel P. Berrangé
berrange at redhat.com
Thu Jun 20 17:09:41 UTC 2019
On Thu, Jun 20, 2019 at 05:21:24PM +0200, Fabiano Fidêncio wrote:
> Let's try to drop autotools support as meson is in place. There are a
> few files that were not dropped though, as:
> - cfg.mk
> - maint.mk
> - GNUmakefile
> - build-aux/bracket-spacing.pl
> - build-aux/gitlog-to-changelog
> - build-aux/useless-if-before-free
> - build-aux/vc-list-files
>
> >From the list above, build-aux/gitlog-to-changelog is currently used by
> meson as part of the `dist`.
>
> All the other files, with a few changes, will be useful for meson as,
> with a few changes, we will be able have `ninja syntax-check` working.
>
> Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
> ---
> Makefile.am | 48 ------
> build-aux/mktempd | 135 -----------------
> configure.ac | 88 -----------
> docs/Makefile.am | 2 -
> m4/libosinfo-compile-warnings.m4 | 135 -----------------
> m4/manywarnings.m4 | 245 -------------------------------
> m4/warnings.m4 | 79 ----------
> po/Makevars | 78 ----------
> tests/Makefile.am | 30 ----
> tools/Makefile.am | 53 -------
> 10 files changed, 893 deletions(-)
> delete mode 100644 Makefile.am
> delete mode 100755 build-aux/mktempd
> delete mode 100644 configure.ac
> delete mode 100644 docs/Makefile.am
> delete mode 100644 m4/libosinfo-compile-warnings.m4
> delete mode 100644 m4/manywarnings.m4
> delete mode 100644 m4/warnings.m4
> delete mode 100644 po/Makevars
> delete mode 100644 tests/Makefile.am
> delete mode 100644 tools/Makefile.am
Reviewed-by: Daniel P. Berrangé <berrange at redhat.com>
Regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
More information about the Libosinfo
mailing list