view configure @ 9873:043b7a9579e6 v7.4.2211

commit https://github.com/vim/vim/commit/e56132bb4167f8b6ea4814cc2c99a71df3d07ff8 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 14 18:23:21 2016 +0200 patch 7.4.2211 Problem: Mouse support is not automatically enabled with simple term. Solution: Recognize "st" and other names. (Manuel Schiller, closes https://github.com/vim/vim/issues/963)
author Christian Brabandt <cb@256bit.org>
date Sun, 14 Aug 2016 18:30:06 +0200
parents cd9471bd8e9e
children a1ca6778da49
line wrap: on
line source

#! /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 "$@"