Ralf Wildenhues <[email protected]> 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 [email protected] http://lists.gnu.org/mailman/listinfo/autoconf
