summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorEtienne M. Gagnon <etienne.gagnon@uqam.ca>2004-03-28 20:22:07 +0000
committerEtienne M. Gagnon <etienne.gagnon@uqam.ca>2004-03-28 20:22:07 +0000
commit99a877a17ed38044ac99845c682a9ecba8074de7 (patch)
treed001b5ea77317f8c9591682b66b701a14624e98a /HACKING
parent86f25a85c91d12fbb057faa638cc2548b1dc723b (diff)
downloadclasspath-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--HACKING6
1 files changed, 5 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index db0c85d57..040544170 100644
--- a/HACKING
+++ b/HACKING
@@ -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.