$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Levon (levon_at_[hidden])
Date: 2003-01-28 14:11:39
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
regards
john
-- "What *is* your fascination with my forbidden closet of mystery ?" - Chief Wiggum