aboutsummaryrefslogtreecommitdiff
path: root/buildtools/trang-not-found
AgeCommit message (Collapse)Author
2012-12-20RedHat and Ubuntu can't even agree on where the freaking "test"Rob Austein
program lives, so even autoconf wouldn't be able to sort this out without relying on a sane $PATH setting. Enough already. Use unadorned program names, and if that bites the user during the build process, blame it on the penguins. Closes #368. svn path=/trunk/; revision=4937
2012-12-01Every other platform puts touch in /usr/bin, but Red Hat is tooRob Austein
special for that. Closes #359. svn path=/trunk/; revision=4925
2012-11-12Use real trang when available, otherwise run script which warns aboutRob Austein
out-of-date .rng files then touches them and moves on. Developers need to have trang installed, normal users don't and requiring trang just annoys them. Closes #304. svn path=/trunk/; revision=4852