Ralf Wildenhues <ralf.wildenh...@gmx.de> writes:
>>           if grep -e "$ONE_OPT" conftest.err >/dev/null; then
>
> -e is not portable to Solaris grep.  Does MSVC print options at the
> beginning of the line?  If not, then you could
>              if grep ".$ONE_OPT" ...

Hmm, ".*$ONE_OPT" should work everywhere, right?

Thanks,

-miles

-- 
Once, adj. Enough.

_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to