ソースを参照

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
+