#!/bin/bash
# ^^^^ toc needs a Genuine Bash, not some cheap work-alike!!!
# run this with --help for a list of options

export PACKAGE_NAME=s11n
export PACKAGE_VERSION=0.8.7


# toconfigure will call configure.${PACKAGE_NAME}, so package-specific
# processing should be done there.
. toc/sbin/toconfigure "$@"
# post-configure processing can be done in postconfig.${PACKAGE_NAME}

