From bc3967ccb6c1e4bbf4290c2af87b3ab6b92661ea Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sun, 10 Mar 2024 09:37:17 +0100 Subject: [PATCH] Docs: Minor fix --- docs/install.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install.html b/docs/install.html index 31017ab..aaedac5 100644 --- a/docs/install.html +++ b/docs/install.html @@ -209,12 +209,12 @@ Before you can compile, you need to install "autoconf", "gcc" and

-Change to the repository directory and run "autoconf -if" once. This is only needed the first time compiling. It will generate the configure script. +Change to the repository directory and run "autoreconf -if" once. This is only needed the first time compiling. It will generate the configure script.

 
-# cd libosmo-c
+# cd libosmo-cc
 # autoreconf -if
 ...
 #