Prechádzať zdrojové kódy

updated to consistently use autogen.sh

Sten 11 rokov pred
rodič
commit
962f7be131
1 zmenil súbory, kde vykonal 2 pridanie a 7 odobranie
  1. 2 7
      README.md

+ 2 - 7
README.md

@@ -50,16 +50,11 @@ $ make install
 $ git clone git://github.com/acplt/open62541.git
 ```
 
-# Building (autoreconf only first time)
+# Building (autogen.sh only first time)
 ```bash
 $ cd open62541
-$ autoreconf --force --install
+$ ./autogen.sh
 $ ./configure
 $ make
 $ make check
 ```
-
-### Rebuilding configure tools (only if configure.am is changed)
-```bash
-$ ./autogen.sh
-```