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=bcab53d7f5bb1d4398f411609000818188860441;p=contrib%2FConifer.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 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