1 Feb
2003
1 Feb
'03
10:31 p.m.
Hi there! Sometime ago someone suggested removing some configuration files from the CVS. Considering all the trouble those files generate (to allow compiling by just: ./configure; make), it looks as a good idea. I'd remove: Makefile.in doc/Makefile.in src/Makefile.in src/IO/Makefile.in config.h.in configure From then, after checkout, you should run: autoheader; autoconf; automake; ./configure; make some more steps, but a lot less trouble! If someone knows beter, please say so. I haven't removed the files yet and will wait for a replay before changing it. Cheers Jorge.-