diff options
author | Etienne M. Gagnon <etienne.gagnon@uqam.ca> | 2004-03-28 20:22:07 +0000 |
---|---|---|
committer | Etienne M. Gagnon <etienne.gagnon@uqam.ca> | 2004-03-28 20:22:07 +0000 |
commit | 99a877a17ed38044ac99845c682a9ecba8074de7 (patch) | |
tree | d001b5ea77317f8c9591682b66b701a14624e98a /HACKING | |
parent | 86f25a85c91d12fbb057faa638cc2548b1dc723b (diff) | |
download | classpath-99a877a17ed38044ac99845c682a9ecba8074de7.tar.gz |
2004-03-28 Etienne M. Gagnon <gagnon.etienne_m@uqam.ca>
* HACKING: Updated information about regenerating auto* files and
documented the existence of autogen.sh.
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -41,7 +41,11 @@ If you start from the current CVS version, you will have to run the following from the toplevel directory. The autoreconf script does not always run these as might be expected. - aclocal; autoheader; automake; autoconf + aclocal && libtoolize --force && autoconf && autoheader && automake -a -c + +or, alternatively, you can simply run the provided script: + + ./autogen.sh For those that do not understand why these programs must be executed, here is a brief lesson. |