Преглед на файлове

updated to consistently use autogen.sh

Sten преди 11 години
родител
ревизия
962f7be131
променени са 1 файла, в които са добавени 2 реда и са изтрити 7 реда
  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
-```