From 5d94b2fead2e3631d6eb8925e46da228857d16e2 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 5 Oct 1999 19:07:40 +0000 Subject: 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. --- SNAPSHOTS | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'SNAPSHOTS') 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. -- cgit v1.2.1