From: Bradley M. Kuhn Date: Sat, 28 Apr 2012 03:36:19 +0000 (-0400) Subject: autoreconf -f -i appears to clobber our own INSTALL file with the "standard" one. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=37549c3933f0f65f079b222c164e073a947813d1;p=working%2FEvergreen.git autoreconf -f -i appears to clobber our own INSTALL file with the "standard" one. autoreconf -i seems to still work correctly for building Evergreen, therefore, we should recommend developers do that. Signed-off-by: Bradley M. Kuhn --- diff --git a/README b/README index 271fbbf65d..5888c1cb5e 100644 --- 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