Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1 | #! /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 Moolenaar | dc9f9e9 | 2019-05-11 14:34:13 +0200 | [diff] [blame] | 6 | cd "${SRCDIR:-src}" && exec ./configure "$@" |