>>>>> "Stephan" == Stephan Witt <[EMAIL PROTECTED]> writes:
Stephan> I've found a porting issue on Solaris. The shell script Stephan> lib/configure is GNU-specific. Thanks for the report, Stephan. Stephan> 1. a badly placed ! operator for test of file existance and This fix is indeed fine. Stephan> 2. an problem with grep (extended expression syntax) The problem is that there is no guarantee that 'egrep' exists, and that some systems do not provide 'grep -E' either... Autoconf provides a test for that, I'll look whethe rit is simple enough to be duplicated for our needs. JMarc