Re: best way to check for compiler _warnings_?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




Ralf Wildenhues <Ralf.Wildenhues@xxxxxx> 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@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf


[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux