瀏覽代碼

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
-```