From: Tobias Stoeckmann Date: Wed, 26 Mar 2025 15:10:06 +0000 (+0100) Subject: README: remove autotools instruction X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8266349d839a7e72fd3bdfa4261e39c90b2d4a8d;p=thirdparty%2Fkmod.git README: remove autotools instruction The autotools support is gone. Remove it from README. Signed-off-by: Tobias Stoeckmann Link: https://github.com/kmod-project/kmod/pull/326 Signed-off-by: Lucas De Marchi --- diff --git a/README.md b/README.md index 5169890a..6057d8a4 100644 --- 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 =======