#!/bin/bash

. ./find_toc.sh || exit

export PACKAGE_NAME=libs11n_stringutil
export PACKAGE_VERSION=2004.08.20 # YYYY.MM.DD

# toconfigure will call configure.${PACKAGE_NAME}, so package-specific
# processing should be done there.
source ${TOC_HOME}/sbin/toconfigure "$@"

