| Dependency | 
		Version required | 
		OS/X 10.3 ships with | 
		Might get a nice version from | 
		
		
		| Subversion | 
		Unknown, but I have 1.6.12 at home. | 
		Probably not included; at least, it wasn't on dads-old-mac. | 
		Fink had it - kind of: It was only 1.1.3, which wouldn't do my externals.  Wound up not using it much. | 
		
		
		| m4 | 
		Unknown, but I'm using GNU m4 1.4.14 at home | 
		GNU m4 1.4 | 
		The included version worked fine | 
		
		
		| Python | 
		>= 2.5 | 
		OS/X 10.3 probably ships with Python 2.3, which is too old. | 
		There's a 3.2 for 10.3 and up here; this
			worked fine. | 
		
		
		| gcc (and its dependencies) | 
		Something that'll build xz | 
		Comes with "XCode"?  But the dev files seem missing. | 
		This went unsatisfied - XCode 1.5 is very old, but the last version that'll work on 10.3, and
			Fink's gcc didn't include crt1.o (?) or (some?) header files | 
		
		
		| xz | 
		Unknown.  I'm using 4.999.9beta at home | 
		Does not include xz - at least, my Dad's 10.3 system didn't have it.  Neither does Fink. | 
		This was hard to satisfy, so I backed off and used bzip2 as a fallback for xz. | 
		
		
		| find | 
		Almost any find should do. | 
		Includes a BSD find.  Has -print0 but not -printf | 
		The included one worked fine, other than the optional -printf test |