]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
README,INSTALL: remove references to the autotools build system
authorRalf Habacker <ralf.habacker@freenet.de>
Mon, 21 Aug 2023 21:35:58 +0000 (23:35 +0200)
committerRalf Habacker <ralf.habacker@freenet.de>
Fri, 1 Sep 2023 14:05:08 +0000 (14:05 +0000)
INSTALL
README

diff --git a/INSTALL b/INSTALL
index 88b062dad8ee2952f0646731ca925815f5abe70e..99ee1b5c08bc96eb166337aca58ddefd2076da29 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -4,7 +4,7 @@
 Quick start
 ===========
 
-This branch of dbus can be built by using Meson, GNU Autotools or CMake.
+This branch of dbus can be built by using Meson or CMake.
 The Meson build system is the recommended build system for the master
 branch (versions >= 1.15.0), except when building on Windows, for which
 CMake is recommended (this recommendation might change to Meson in future).
@@ -48,12 +48,6 @@ See `meson_options.txt` for details of dbus-specific options, and
 <https://mesonbuild.com/Builtin-options.html> for details of generic
 Meson options.
 
-Other build systems
--------------------
-
-When using Autotools, run "./configure --help" to see the possible
-configuration options and environment variables.
-
 When using CMake, inspect README.cmake to see the possible
 configuration options and environment variables.
 
diff --git a/README b/README
index 5398d87363190b222d5e2d6dee3377033677f91d..e004714043c5bcca6ca5ec1244bf704db7a95290 100644 (file)
--- a/README
+++ b/README
@@ -86,7 +86,7 @@ likely to have more bugs than stable releases, obviously.
 Configuration and installation
 ===
 
-This branch of dbus can be built by using Meson, GNU Autotools or CMake.
+This branch of dbus can be built by using Meson or CMake.
 The Meson build system is the recommended build system for the master
 branch (versions >= 1.15.0), except when building on Windows, for which
 CMake is recommended (this recommendation might change to Meson in future).