aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorjjako <jjako>2004-01-13 07:35:36 +0000
committerjjako <jjako>2004-01-13 07:35:36 +0000
commitdea041164d5917ebc15842c20421c3db3bb52d1c (patch)
tree326b5eccaeb07d05529657d0b0e3d0e566b9c407 /bootstrap
parent7ca679d1f8f9204f3a694724dfb6489456daace9 (diff)
Updated bootstrap and readded aclocal.m4
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap9
1 files changed, 6 insertions, 3 deletions
diff --git a/bootstrap b/bootstrap
index fe63878..35d42fa 100755
--- a/bootstrap
+++ b/bootstrap
@@ -3,9 +3,13 @@
# bootstrap - Execute relevant autotools scripts
# After running this script the directory is ready for distribution as
-# a tarball.
+# a tarball. It should also be executed before checking milestones
+# into CVS.
-# It should also be executed before checking milestones into CVS.
+# After executing this script the project can be build by executing:
+# ./configure
+# make
+# make install
aclocal
autoheader
@@ -18,5 +22,4 @@ make clean
rm config.status
rm libtool
rm -r autom4te.cache/
-rm aclocal.m4