>I just went to fix a reproducibility issue in foxeye, but I got stuck when >I couldn't regenerate configure from configure.ac as the autoreconfing >fails.
That is pretty much strange since I've added --with autoreconf to the dh options in debian/rules and ran pbuilder against sid, then autoreconf did well, only problem was intl/ directory at build stage as newer autotools do not provide $MKINSTALLDIRS variable used by that ancient gettext, the fix is pretty simple though - replace version 0.11.5 mentioned in a file intl/VERSION with newer such as 0.17, then run autopoint -f, then repack the tarball, after that everything goes very smooth. Could you tell what was wrong in your tests, please? Thank you in advance (and thank you for your help in making it better).