view configure @ 12502:ed85dd1b8c80

Add back terminal.c commit https://github.com/vim/vim/commit/2e6ab18729a634f3223a92be318e98e87b572a7b Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 20 10:03:07 2017 +0200 Add back terminal.c
author Christian Brabandt <cb@256bit.org>
date Wed, 20 Sep 2017 10:15:05 +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 "$@"