On Tue, 12 Apr 2005, Steven M. Schweda wrote: > Also, am I missing something obvious, or should the configure script > (as in, "To configure Wget, run the configure script provided with the > distribution.") be somewhere in the CVS source? I see many of its > relatives, but not the script itself.
You can use "Makefile.cvs" (i.e. make -f Makefile.cvs), which will run autoheader and autoconf. The "autoheader" command creates "src/config.h.in" and the "autoconf" command creates "configure" from "configure.in". I usually just run autoheader and autoconf directly. You need to have Autoconf and m4 installed. Doug -- Doug Kaufman Internet: [EMAIL PROTECTED]