|
Boost : |
From: David Abrahams (dave_at_[hidden])
Date: 2003-01-29 15:30:44
John Levon <levon_at_[hidden]> 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 dave_at_[hidden] * http://www.boost-consulting.com Boost support, enhancements, training, and commercial distribution
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk