view configure @ 9163:731ee601de16 v7.4.1865

commit https://github.com/vim/vim/commit/9ad73239c26467832a5b553b2a4b99d7ffbaa25e Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 1 22:08:17 2016 +0200 patch 7.4.1865 Problem: Memory leaks in tet49. (Dominique Pelle) Solution: Use NULL instead of an empty string.
author Christian Brabandt <cb@256bit.org>
date Wed, 01 Jun 2016 22: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 "$@"