Docs: Minor fix

This commit is contained in:
Andreas Eversberg 2024-03-10 09:37:17 +01:00
parent d30d662307
commit bc3967ccb6
1 changed files with 2 additions and 2 deletions

View File

@ -209,12 +209,12 @@ Before you can compile, you need to install <b>"autoconf"</b>, <b>"gcc"</b> and
</pre>
<p>
Change to the repository directory and run <b>"autoconf -if"</b> once. This is only needed the first time compiling. It will generate the configure script.
Change to the repository directory and run <b>"autoreconf -if"</b> once. This is only needed the first time compiling. It will generate the configure script.
</p>
<pre>
# cd libosmo-c
# cd libosmo-cc
# autoreconf -if
...
#