Updated README to reflect that --add-missing must be provided with automake invocation
parent
e759d1f2b7
commit
10bf2540c7
2
README
2
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
|
repository, which does not contain the generature `configure' script; you
|
||||||
may generate it by issuing the following commands:
|
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
|
Please note that the --foreign argument is necessary to `automake' to ignore
|
||||||
certain missing files (such as ChangeLog) that are generated at build time.
|
certain missing files (such as ChangeLog) that are generated at build time.
|
||||||
|
|
Loading…
Reference in New Issue