1
0
Fork 0

Updated README to reflect that --add-missing must be provided with automake invocation

perfodd
Mike Gerwitz 2013-12-21 01:24:34 -05:00
parent e759d1f2b7
commit 10bf2540c7
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 1 additions and 1 deletions

2
README
View File

@ -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.