These are various file used (or not) by the build systems.

From GNU Automake (installed by `automake --install-missing'):
  compile  depcomp  install-sh  mdate-sh  missing  mkinstalldirs

From prc-tools:
  config.sub  config.guess
(NOTE: these files do come from prc-tools, not from Automake.  This is
needed because they are patched to support m68k-palmos, and prc-tool's
changes have not been forwared upstream.)

Other files:
  autogen.sh    Run aclocal, autoconf, automake, autoheader,
		to regenerate configuration files.

  deadbeef	This take a PRC compiled with a debuging stub (i.e. linked
		with -g), and simply disable the debugging code.
		This allow you to compile all file in debug mode, and
		generate non-debuging version without recompilation.

  texinfo.tex   This comes from Texinfo 4.0c, but has been patched
		to allow unnumbered sections (as used in the doc)
                to display correctly in PDF's bookmarks.  Strictly
                speaking, the patch is in not correct (it won't work
                if you make numbered and unnumbered sectiin), but
		enough for what we need.
