John Levon <[EMAIL PROTECTED]> writes:

> The generated script contains the lines :
>
> # add the -AA conformance option to CXXFLAGS for HP aCC only
> if test $CXX = 'aCC'
>    CXXFLAGS="-AA $CXXFLAGS"
> fi
>
> This fails under "sh configure". Changing to :
>
> if test $CXX = 'aCC'; then
>    CXXFLAGS="-AA $CXXFLAGS"
> fi
>
> fixes it

Patched, thanks!

> -- 
> "What *is* your fascination with my forbidden closet of mystery ?"
>       - Chief Wiggum

"That's some nice flutin' ralphie"-ly y'rs,
Dave

-- 
                       David Abrahams
   [EMAIL PROTECTED] * http://www.boost-consulting.com
Boost support, enhancements, training, and commercial distribution

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to