#!/bin/sh -efu

case "$0" in
	*/*) exec "$0-${AUTOCONF_VERSION:-default}" "$@" ;;
	*) exec "/usr/bin/$0-${AUTOCONF_VERSION:-default}" "$@" ;;
esac
