From 98726a70ee23d8a551e59da8e27629d1f25420c4 Mon Sep 17 00:00:00 2001 From: Ryan Brue Date: Tue, 29 Jul 2025 13:06:36 -0500 Subject: [PATCH] CONTRIBUTING: Remove mention of Autotools Autotools support was removed as of commit 8e63eda, remove mention of the Autotools support in the CONTRIBUTING file Signed-off-by: Ryan Brue --- CONTRIBUTING.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d00ccc94..2b932c9f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,23 +41,6 @@ meson test -C _build sudo meson install -C _build ``` -## Building with Autotools - -Older branches of Flatpak used GNU Autotools. See -https://github.com/flatpak/flatpak/blob/flatpak-1.14.x/CONTRIBUTING.md -for more details of that build system. - -The Autotools build system is likely to be removed from a future version -of Flatpak, leaving Meson as the only build system supported. - -Newer releases of Flatpak do not include Autotools-generated files in -the source archive. If it is necessary to build these releases with -Autotools for some reason, the build system must be set up by running: - - ./autogen.sh - -before proceeding as if for any other Autotools project. - ## How to run a specified set of tests Sometimes you don't want to run the whole test suite but just one you're