diff options
author | Graydon, Tracy <tracy.graydon@intel.com> | 2012-10-09 16:52:03 -0700 |
---|---|---|
committer | Graydon, Tracy <tracy.graydon@intel.com> | 2012-10-09 16:52:03 -0700 |
commit | 6ddcca61e16379ea5dbc25272d8f5e7fd6cbc450 (patch) | |
tree | ff6dd0cac994c05d2cb996b034bedc228fd50ac3 /configure | |
download | vim-submit/trunk/20121009.235524.tar.gz vim-submit/trunk/20121009.235524.tar.bz2 vim-submit/trunk/20121009.235524.zip |
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure new file mode 100755 index 0000000..1d0c5b2 --- /dev/null +++ b/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 "$@" |