Parcourir la source

[master] don't use autoreconf with the tarball

Need the --install switch too.
Only use autoreconf with git.
Jeremy C. Reed il y a 14 ans
Parent
commit
d151653e75
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      INSTALL

+ 2 - 2
INSTALL

@@ -1,5 +1,5 @@
-To build "configure" file:
-    autoreconf
+If using git (not the tarball), build the "configure" file:
+    autoreconf --install
 
 To then build from source:
     ./configure