summaryrefslogtreecommitdiff
path: root/configure
blob: 1d0c5b2ece5f8abb1ec76751085a5244e2fb2af0 (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 Vim directory.

cd src && exec ./configure "$@"