From: Joe Van Dyk Date: 2006-01-08T17:32:36+09:00 Subject: Re: compiling from the svn repository On 1/7/06, Erik Veenstra wrote: > > Ok, so this might be a stupid question, but I just got the > > latest ruby from the cvs repo and I can't find 'configure' in > > there ? So how am I suppose to compile ? I am puzzled... > > $ vi README > /configure > :q > $ autoconf Just for clarification, autoconf is a program that generates a configure script. It usually processes a file called configure.in (and others).