> I ran `autoconf'. There was a subdirectory `autom4te.cache/' > created. First I just deleted it.
This is correct. > Then I learned that `autoreconf' is the better `autoconf' because it > automatically calls all necessary `autotools'. But `autoreconf' also > creates the subdirectory `autom4te.cache/'. I learned that this > subdirectory is used by the tool `autom4te', which is used internally > by many `autotols'. > > So I think I should add this to the groff CVS. Certainly not! > Any comments? This directory and its contents is *always* intermediate! It just speeds up the execution of the autoconf tools. Actually, the `configure' script itself shouldn't be stored in the repository but generated during a `make tarball' call... Please remove it again. Werner