configure/ make problem
Brought to you by:
nester
if i unpack the tar file, run ./configure, and then run
make, the process works well using the contents of the
old config.h.in file. however, if i type make clean
and repeat the process, the make clean command deletes
config.h.in and the configure process does not recreate
it. the make then fails after citing several undefined
variables.