No, no extra switches needed. Hacks are needed by build-xetex if icu is already installed and build-pdftex to workaround some bashism.
Do you mean export CONFIG_SHELL=/bin/bash ? We can probably add that unless it breaks on any platform, but I guess it shouldn't (is there any reason that it's not fixed in the source of pdftex?) Sorry for the delay
On Tue, Dec 15, 2009 at 3:31 PM, Mojca Miklavec
#!/bin/sh 80,81d79 < --without-mf-x-toolkit \ < --without-x \ 89c87 < export CONFIG_SHELL=/bin/bash
export CONFIG_SHELL=/bin/sh 91,96c89 < make all 2>&1 | tee make.log || true < set +x < < echo "" < echo "The last errors about otangle.web/otangle.p are harmless and can be safely ignored." < echo ""
gmake all 2>&1 | tee make.log
Cheers -- Diego Depaoli