summaryrefslogtreecommitdiff
path: root/mnv/configure
blob: 68b635f3e327a8e896e27cc4b53a8be41f46b92d (plain)
1
2
3
4
5
6
#! /bin/sh

# This is just a stub for the Unix configure script, to provide support for
# doing "./configure" in the top MNV directory.

cd "${SRCDIR:-src}" && exec ./configure "$@"