
14 Apr
2004
14 Apr
'04
3:19 p.m.
On Wed, 14 Apr 2004 10:05:33 -0500 Rene Rivera <grafik.list@redshift-software.com> wrote:
1. Prepend $boost_build_path to BOOST_BUILD_PATH, in which case it should be something like: if [ "${BOOST_BUILD_PATH}" ]; then BOOST_BUILD_PATH="$boost_build_path:$BOOST_BUILD_PATH" else BOOST_BUILD_PATH="$boost_build_path" fi which is a bit verbose, but probably necessary for max /bin/sh portability.
That's the intent.
Thanks, Rene! I will make the change locally, so I can run the regression tests. Can you make the change to CVS? -- Jody Hagins