Hi, Just to let you know: I cannot get the HEAD to compile without manually adding a "-i" option to the make call in the Build script. "make" bombs at: gcc -g -O2 -o texindex texindex.o ../lib/libtxi.a make[4]: *** No rule to make target `../../../../../TeX/utils/texinfo/doc/version.texi', needed by `texinfo.cat'. Stop. make[4]: Leaving directory `/home/taco/perforce/Build/source.development/Work/TeX/utils/texinfo/util' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/taco/perforce/Build/source.development/Work/TeX/utils/texinfo' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/taco/perforce/Build/source.development/Work/TeX/utils/texinfo' make[1]: *** [all] Error 1 make[1]: Leaving directory `/home/taco/perforce/Build/source.development/Work/TeX' And later, the lcdf-typetools don't compile (not updated for automake-1.8 yet?). I get loads and loads of these "underquoted" warnings: making all in utils/lcdf-typetools make[2]: Entering directory `/home/taco/perforce/Build/source.development/Work/TeX/utils/lcdf-typetools' cd ../../../../TeX/utils/lcdf-typetools && /bin/sh /home/taco/perforce/Build/source.development/TeX/utils/lcdf-typetools/missing --run aclocal-1.8 /usr/share/aclocal/vorbis.m4:9: warning: underquoted definition of XIPH_PATH_VORBIS run info '(automake1.8)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal /usr/share/aclocal/ogg.m4:8: warning: underquoted definition of XIPH_PATH_OGG -- groeten, Taco