This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: non-portable construct in gcc configure script


> A very crippled sed is HP/UX's; semicolons inside -e might not work
> there.  It is portable and simple to rewrite the command as
>
>     sed -e '/myfoosect/!d' -e N

Works fine on Solarises too.

Zack, would you approve the patch with this modification?

-- 
Eric Botcazou


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]