|
From: Daniel J S. <dan...@ie...> - 2003-10-21 03:12:11
|
The CVS source tree has an error in ./prepare that wasn't there a week or two ago. -------- configure.in: 7: required file `./config.hin' not found FATAL ERROR: Autoconf version 2.52 or higher is required for this script Some part of the preparation process failed. Please refer to INSTALL for details. -------- In looking back at a version from a couple weeks ago that worked, I see that there is no file called "config.h.in", just a "config.hin". But in the latest version, a file is created called "config.h.in", but no "config.hin". Dan |