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=6a0fa00219007fb8fcac99e35ef8b5a2ecd387ab;p=evergreen%2Ftadl.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 Signed-off-by: Galen Charlton --- diff --git a/README b/README index 8f89d1f192..0f52df4b14 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