瀏覽代碼

create autogen.sh to call autoreconf with the proper parameters

Nathalie Furmento 15 年之前
父節點
當前提交
6444979fdf
共有 2 個文件被更改,包括 4 次插入1 次删除
  1. 1 1
      README
  2. 3 0
      autogen.sh

+ 1 - 1
README

@@ -67,7 +67,7 @@ or via http (DAV):
 +---------------------------
 | IV.a. For svn version only
 
-  $ autoreconf
+  $ ./autogen.sh
 
 +------------------------
 | IV.b. For all versions:

+ 3 - 0
autogen.sh

@@ -0,0 +1,3 @@
+:
+autoreconf -ivf
+