summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorEtienne M. Gagnon <etienne.gagnon@uqam.ca>2004-03-29 07:07:23 +0000
committerEtienne M. Gagnon <etienne.gagnon@uqam.ca>2004-03-29 07:07:23 +0000
commitdb19fb74ad16353300e70d02e9a71678352f8f13 (patch)
tree81eaa3862f0c3adab78cd89d59acdec176c1162c /HACKING
parent09f0b054866aa87e199ba9f01d6c40b2fcbed79b (diff)
downloadclasspath-db19fb74ad16353300e70d02e9a71678352f8f13.tar.gz
Reverted.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING6
1 files changed, 1 insertions, 5 deletions
diff --git a/HACKING b/HACKING
index 040544170..db0c85d57 100644
--- a/HACKING
+++ b/HACKING
@@ -41,11 +41,7 @@ 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 && libtoolize --force && autoconf && autoheader && automake -a -c
-
-or, alternatively, you can simply run the provided script:
-
- ./autogen.sh
+ aclocal; autoheader; automake; autoconf
For those that do not understand why these programs must be executed, here
is a brief lesson.