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 ... #