Running ./configure --disable-japanese and then make distcheck reported several problems and checking a created distribution against the original indicated some missing files in lib/. The patch below, computed by git diff, to several of Makefile.am files fixes some of them. Namely,
lib/edit/Makefile.am did not include q0dumpwitness.txt as a file to distribute
lib/file/Makefile.am did not include sname.txt as a file to distribute
lib/help/Makefile.am did not include faq.txt as a file to distribute
lib/pref/Makefile.am did not include graf-ne2.prf as a file to distribute
lib/xtra/music/Makefile.am did not include music.cfg as a file to distribute
lib/xtra/sound/Makefile.am did not include the individual sound files mentioned in sound.cfg as files to distribute
src/Makefile.am listed monster-process.h as a source file but it does not exist and assumes gcc-wrap is in the current directory which fails in a VPATH build
Running ./configure --disable-japanese and then make distcheck reported several problems and checking a created distribution against the original indicated some missing files in lib/. The patch below, computed by git diff, to several of Makefile.am files fixes some of them. Namely,