1
0
Fork 0

Changed README to mention autoreconf

As suggested by Brandon Invergo.
perfodd
Mike Gerwitz 2013-12-21 23:47:13 -05:00
parent 9ec3529b60
commit b338a2bf0f
1 changed files with 5 additions and 4 deletions

9
README
View File

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