Andrew Dunstan <andrew(at)dunslane(dot)net> writes: > Would not this be a simple solution? And configure is already littered > with uses of sed. Good idea --- that's actually the only use of tr in the whole script, so using sed gets rid of a dependency. (I wonder if the autoconf boys deliberately avoid tr because they know about portability issues...) regards, tom lane