view configure @ 8138:f52504c10387 v7.4.1363

commit https://github.com/vim/vim/commit/065bbac8adfe29a09958570237d223457f235c6c Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 20 13:08:46 2016 +0100 patch 7.4.1363 Problem: Compiler warnings with tiny build. Solution: Add #ifdefs.
author Christian Brabandt <cb@256bit.org>
date Sat, 20 Feb 2016 13:15:04 +0100
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 "$@"