]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
README: remove autotools instruction
authorTobias Stoeckmann <tobias@stoeckmann.org>
Wed, 26 Mar 2025 15:10:06 +0000 (16:10 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Wed, 26 Mar 2025 16:10:02 +0000 (11:10 -0500)
The autotools support is gone. Remove it from README.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
Link: https://github.com/kmod-project/kmod/pull/326
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
README.md

index 5169890a88a9add0b7bed8cc170393a73ef107e6..6057d8a460869325e13acec18c4cc10c024a2a55 100644 (file)
--- a/README.md
+++ b/README.md
@@ -56,13 +56,6 @@ For end-user and distributions builds, it's recommended to use:
 
     meson setup --buildtype release builddir/
 
-Alternatively you can try autotools build.
-NOTE: The autotools build is slated for removal with kmod v35
-
-    ./configure CFLAGS="-g -O2" --prefix=/usr \
-                --sysconfdir=/etc --libdir=/usr/lib
-    make && make install
-
 Hacking
 =======