Browse Source

[master] don't use autoreconf with the tarball

Need the --install switch too.
Only use autoreconf with git.
Jeremy C. Reed 14 years ago
parent
commit
d151653e75
1 changed files with 2 additions and 2 deletions
  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