From b338a2bf0f970404fe299092886fe34a7fd297b7 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sat, 21 Dec 2013 23:47:13 -0500 Subject: [PATCH] Changed README to mention autoreconf As suggested by Brandon Invergo. --- README | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README b/README index 23f29b2..f6969fa 100644 --- a/README +++ b/README @@ -34,10 +34,11 @@ If your distribution contains a `configure' file in the project root, you may jump immediately to INSTALL. Otherwise, you likely have the sources as they exist in the project -repository, which does not contain the generature `configure' script; you +repository, which does not contain the generated `configure' script; you may generate it by issuing the following commands: - $ aclocal && automake --add-missing --foreign && autoconf + $ autoreconf -fvi -Please note that the --foreign argument is necessary to `automake' to ignore -certain missing files (such as ChangeLog) that are generated at build time. +Please note that certain files (such as AUTHORS, NEWS, and ChangeLog) are +generated as part of the `dist' target and do not exist as part of the +repository.