Parcourir la source

create autogen.sh to call autoreconf with the proper parameters

Nathalie Furmento il y a 15 ans
Parent
commit
6444979fdf
2 fichiers modifiés avec 4 ajouts et 1 suppressions
  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
+