summaryrefslogtreecommitdiff
path: root/SNAPSHOTS
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1999-10-05 19:07:40 +0000
committerJim Blandy <jimb@red-bean.com>1999-10-05 19:07:40 +0000
commit5d94b2fead2e3631d6eb8925e46da228857d16e2 (patch)
tree7ccb18f88ccb19052f2110d41c7feecbaa72e79c /SNAPSHOTS
parent80f271027447fd95cd782419b069b403e9c8ad96 (diff)
downloadguile-5d94b2fead2e3631d6eb8925e46da228857d16e2.tar.gz
Don't store generated files in the repository any more. Instead,
require people to run autogen.sh on trees from snapshots and CVS. * Makefile.in, acconfig.h, aclocal.m4, configure: Deleted. * autogen.sh: New file. * ANON-CVS, SNAPSHOTS: Updated instructions.
Diffstat (limited to 'SNAPSHOTS')
-rw-r--r--SNAPSHOTS9
1 files changed, 9 insertions, 0 deletions
diff --git a/SNAPSHOTS b/SNAPSHOTS
index 395f79ca9..c71dbe8a7 100644
--- a/SNAPSHOTS
+++ b/SNAPSHOTS
@@ -27,3 +27,12 @@ For getit, that's:
The snapshot FTP site is mirrored at the following locations:
Austria: ftp://ftp.aec.at/pub/guile
Japan: ftp://ftp.jaist.ac.jp/pub/lang/scheme/guile
+
+
+To build the snapshot, you will need to have autoconf, automake, and
+libtool installed on your system; the recommended versions are listed
+in README.
+
+After you have unpacked the tar file, run the command `./autogen.sh'.
+This builds the configure script, Makefile.in, and other derived files
+used by the build system.