TITLE="testing default on all linux platforms"
DESCRIPTION="minimal configuration options, boost 1.36, without java"

# DQ (9/29/2009): Added prereq for libtool (not available by default).
# DQ (9/11/2009): gcc-4.2.4 does not appear to generate executables, use the default g++.
# PREREQS="gcc-4.2.4, boost-1.36.0, automake-1.10, autoconf-2.63, libxml2-2.7.3"
# PREREQS="boost-1.36.0, automake-1.10, autoconf-2.63, libxml2-2.7.3"
PREREQS="boost-1.36.0, libtool-2.2.6b, automake-1.10, autoconf-2.63, libxml2-2.7.3, wget-1.9.1"

CONFIGURE_OPTIONS="--with-boost=/prereq/boost-1.36.0 --with-CXX_WARNINGS=-Wall --without-java"
ACLOCAL_INCLUDES="-I /prereq/libxml2-2.7.3/share/aclocal/"
