summaryrefslogtreecommitdiff
path: root/devel/autoconf-switch/files/autoconf
blob: 1bb3a9dce192141c6f21001f92ad956ac9c114b5 (plain) (blame)
1
2
3
4
#! /bin/sh
${DEFAULT_AUTOCONF:+exec "$0${DEFAULT_AUTOCONF}" "$@"}
c=$(ls -d "$0"[0-9]* 2>/dev/null | sort -Vr | head -n1)
exec "${c:?$0: not installed}" "$@"