diff options
Diffstat (limited to 'runtime/tutor/configure')
-rwxr-xr-x | runtime/tutor/configure | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/tutor/configure b/runtime/tutor/configure new file mode 100755 index 000000000..1d0c5b2ec --- /dev/null +++ b/runtime/tutor/configure @@ -0,0 +1,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 "$@" |