summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2023-08-21 23:35:58 +0200
committerRalf Habacker <ralf.habacker@freenet.de>2023-09-01 14:05:08 +0000
commit4afcc805442e808a68c965644db69f481b0feb5d (patch)
treefb3c49fd4eaf2bcc25eb581cbbdce7d333b54293
parentaab6e7479499cc0842ed712370c54584b84290bd (diff)
README,INSTALL: remove references to the autotools build system
-rw-r--r--INSTALL8
-rw-r--r--README2
2 files changed, 2 insertions, 8 deletions
diff --git a/INSTALL b/INSTALL
index 88b062da..99ee1b5c 100644
--- 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 5398d873..e0047140 100644
--- 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).