Updated bootstrap and readded aclocal.m4
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 @@
 rm config.status
 rm libtool
 rm -r autom4te.cache/
-rm aclocal.m4