blob: 797907c8d7834c8213f27a9039f54fc107606d16 [file]
#! /bin/sh
# tlibtool - A little test version of libtool.
if test -z "$srcdir"; then
echo "tlibtool: you must set \`\$srcdir' before running this test program" 1>&2
exit 1
fi
# Grab all the settings from the generated libtool.
eval "`egrep '^[A-Za-z_][A-Za-z0-9_]*=' ../libtool`"
# Use @VERSION@ so that we can use ../ltmain.sh.in directly.
LTCONFIG_VERSION="@VERSION@"
# Execute the libtool backend.
. $srcdir/../ltmain.sh.in
exit 1