From 10bf2540c7e8f3a3cbe6bcda8514d130792ae391 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sat, 21 Dec 2013 01:24:34 -0500 Subject: [PATCH] Updated README to reflect that --add-missing must be provided with automake invocation --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 3eb6c35..23f29b2 100644 --- a/README +++ b/README @@ -37,7 +37,7 @@ Otherwise, you likely have the sources as they exist in the project repository, which does not contain the generature `configure' script; you may generate it by issuing the following commands: - $ aclocal && automake --foreign && autoconf + $ aclocal && automake --add-missing --foreign && autoconf Please note that the --foreign argument is necessary to `automake' to ignore certain missing files (such as ChangeLog) that are generated at build time.