Docs: Minor fix

This commit is contained in:
Andreas Eversberg
2024-03-10 09:37:17 +01:00
parent d30d662307
commit bc3967ccb6

View File

@@ -209,12 +209,12 @@ Before you can compile, you need to install <b>"autoconf"</b>, <b>"gcc"</b> and
</pre> </pre>
<p> <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> </p>
<pre> <pre>
# cd libosmo-c # cd libosmo-cc
# autoreconf -if # autoreconf -if
... ...
# #