[#3986] Re: Principle of least effort -- another Ruby virtue. — Andrew Hunt <andy@...>

> Principle of Least Effort.

14 messages 2000/07/14

[#4043] What are you using Ruby for? — Dave Thomas <Dave@...>

16 messages 2000/07/16

[#4139] Facilitating Ruby self-propagation with the rig-it autopolymorph application. — Conrad Schneiker <schneik@...>

Hi,

11 messages 2000/07/20

[ruby-talk:03887] Re: Nightly snapshot

From: Dave Thomas <Dave@...>
Date: 2000-07-07 00:32:25 UTC
List: ruby-talk #3887
Conrad Schneiker <schneik@austin.ibm.com> writes:

> As usual, after uzipping and untarring, I tried ./configure, which
> wasn't found. I did however find a curious file called .cvsignore, with
> the following contents:

.cvsignore is a list of file patterns that needed be considered by CVS 
when checking files in and out. You normally use it to ignore
generated files. In this case, that includes 'configure'. You need to
run 'autoconf' to create it.

Regards


Dave

In This Thread