blob: 1d0c5b2ece5f8abb1ec76751085a5244e2fb2af0 [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001#! /bin/sh
2
3# This is just a stub for the Unix configure script, to provide support for
4# doing "./configure" in the top Vim directory.
5
Bram Moolenaar7085ee72006-08-08 17:08:52 +00006cd src && exec ./configure "$@"