Subject: Re: Upgrade steps from 1.3 -> -current needed.
To: David Brownlee <abs@anim.dreamworks.com>
From: Erik E. Fair <fair@clock.org>
List: current-users
Date: 06/26/1998 02:08:53
The number one issue has always been building the "new" build tools that
are required by new sources. In particular, this means:

	make
	gcc
	yacc
	lex
	config

There are probably others, but it's late, and I'm tired. Not all of them
change, release to release, but when they do, it's important to make sure
that you build with the new versions.

	Erik <fair@clock.org>