summaryrefslogtreecommitdiff
path: root/runtime/tutor/configure
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/tutor/configure')
-rwxr-xr-xruntime/tutor/configure6
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 "$@"