autoreconf -f -i appears to clobber our own INSTALL file with the "standard" one.
authorBradley M. Kuhn <bkuhn@ebb.org>
Sat, 28 Apr 2012 03:36:19 +0000 (23:36 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Sat, 28 Apr 2012 03:55:05 +0000 (23:55 -0400)
autoreconf -i seems to still work correctly for building Evergreen, therefore,
we should recommend developers do that.

Signed-off-by: Bradley M. Kuhn <bkuhn@ebb.org>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>

README

diff --git a/README b/README
index 271fbbf..5888c1c 100644 (file)
--- a/README
+++ b/README
@@ -54,7 +54,7 @@ source directory to generate the configure script and Makefiles:
 
 [source, bash]
 ------------------------------------------------------------------------------
-autoreconf -f -i
+autoreconf -i
 ------------------------------------------------------------------------------
 
 After running `make install`, developers also need to install the Dojo Toolkit