From bcab53d7f5bb1d4398f411609000818188860441 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Fri, 27 Apr 2012 23:36:19 -0400 Subject: [PATCH] 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 --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2