]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
README: Let autotools follow the same steps as meson
authorLucas De Marchi <lucas.de.marchi@gmail.com>
Fri, 1 Nov 2024 20:03:33 +0000 (15:03 -0500)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Thu, 7 Nov 2024 17:35:06 +0000 (11:35 -0600)
For meson it's configure & build & install in the same snippet.
Do the same for autotools.

Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/221
README.md

index 668c59ed0fbdf4634f34a3f51e8fcf500406738e..995eb07744793f02dc50705a3dc8d16910d97e58 100644 (file)
--- a/README.md
+++ b/README.md
@@ -57,11 +57,6 @@ NOTE: The autotools build is slated for removal with kmod v35
 
     ./configure CFLAGS="-g -O2" --prefix=/usr \
                 --sysconfdir=/etc --libdir=/usr/lib
-
-Configure automatically searches for all required components and packages.
-
-To compile and install run:
-
     make && make install
 
 Hacking