# Any line is interpreted as a way to compile # the library using a standard prototype # Comments are ignored and preceeded by `#' # Only few commands are allowed: # - Assignments (preceeding any `source' command) # - `source', to include the specifyed prototype echo "Using standard.build"; TEST_SAPI="none"; source standard.build echo "Using nothreading.build"; TEST_SAPI="none"; source nothreading.build echo "Using exslt.build"; TEST_SAPI="none"; source exslt.build echo "Using exslt-nothreading.build"; TEST_SAPI="none"; source exslt-nothreading.build