parent
9ec3529b60
commit
b338a2bf0f
9
README
9
README
|
@ -34,10 +34,11 @@ If your distribution contains a `configure' file in the project root, you
|
||||||
may jump immediately to INSTALL.
|
may jump immediately to INSTALL.
|
||||||
|
|
||||||
Otherwise, you likely have the sources as they exist in the project
|
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:
|
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
|
Please note that certain files (such as AUTHORS, NEWS, and ChangeLog) are
|
||||||
certain missing files (such as ChangeLog) that are generated at build time.
|
generated as part of the `dist' target and do not exist as part of the
|
||||||
|
repository.
|
||||||
|
|
Loading…
Reference in New Issue